🌀 Clarifai MCP Server (unofficial)
@tot-ra
About 🌀 Clarifai MCP Server (unofficial)
Local MCP server for clarifai.com
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
4Uploads 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.
Overview
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
More Other MCP servers
ghidraMCP
LaurieWiredMCP Server for Ghidra
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Comments