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

评论

其他 分类下的更多 MCP 服务器