Clarifai/clarifai-mcp-server-local
If you are the rightful owner of clarifai-mcp-server-local and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Clarifai MCP Server is an unofficial project designed to facilitate interaction between MCP clients and the Clarifai API, enabling local execution of image generation and inference tasks.
Tools
Functions exposed to the LLM to take actions
upload_file
Uploads a local file to Clarifai as an input.
generate_image
Generates an image based on a text prompt using a specified or default Clarifai text-to-image model.
clarifai_image_by_path
Performs inference on a local image file using a specified or default Clarifai model.
clarifai_image_by_url
Performs inference on an image URL using a specified or default Clarifai model.
search_by_text
Searches inputs based on a text query using Clarifai's PostInputSearches.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client