MCP.so
ログイン

🌀 Clarifai MCP Server (unofficial)

@tot-ra

🌀 Clarifai MCP Server (unofficial) について

Local MCP server for clarifai.com

基本情報

カテゴリ

その他

ランタイム

go

トランスポート

stdio

公開者

tot-ra

設定

標準の設定はありません

このサーバーの README には解析可能な MCP 設定ブロックが含まれていません。インストール手順はリポジトリをご確認ください。

リポジトリ

ツール

4

Uploads a local file to Clarifai as an input.

Generates an image based on a text prompt using a specified or default Clarifai text-to-image model.

Performs inference on a local image file using a specified or default Clarifai model.

Performs inference on an image URL using a specified or default Clarifai model.

概要

What is Clarifai MCP Server (unofficial)?

This unofficial MCP server acts as a local bridge between MCP clients (e.g., IDE extensions) and the Clarifai API. It enables image generation and inference using standard MCP requests, keeping heavy binary results out of the LLM context.

How to use Clarifai MCP Server (unofficial)?

Clone the repository, build the binary with Go 1.23+, then configure your MCP client’s settings (e.g., cline_mcp_settings.json) to point to the binary and pass required flags: --pat, --output-path, --default-user-id, and --default-app-id. The server runs automatically via the client framework.

Key features of Clarifai MCP Server (unofficial)

  • Upload local files to Clarifai as inputs.
  • Generate images from text prompts using Clarifai text-to-image models.
  • Perform inference on local images or image URLs using Clarifai models.
  • Expose Clarifai entities (inputs, models, datasets, etc.) as read-only MCP resources.
  • Communicate over stdio using JSON‑RPC 2.0.

Use cases of Clarifai MCP Server (unofficial)

  • AI coding assistants generating or

コメント

「その他」の他のコンテンツ