MCP.so
Sign In

🌀 Clarifai MCP Server (unofficial)

@tot-ra

About 🌀 Clarifai MCP Server (unofficial)

Local MCP server for clarifai.com

Basic information

Category

Other

Runtime

go

Transports

stdio

Publisher

tot-ra

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

Tools

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.

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

Comments

More Other MCP servers