Cloudflare Image MCP
by kashifamin72
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CLOUDFLARE_API_TOKEN | Yes | Bearer token for API auth | |
| IMAGE_MCP_OUTPUT_DIR | No | Where generated PNG files are saved | ./generated-images |
| CLOUDFLARE_ACCOUNT_ID | Yes | Cloudflare account ID | |
| IMAGE_MCP_DEFAULT_I2T_MODEL | No | Default image-to-text model | @cf/llava-hf/llava-1.5-7b-hf |
| IMAGE_MCP_DEFAULT_T2I_MODEL | No | Default text-to-image model | @cf/black-forest-labs/flux-1-schnell |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| generate_imageB | Generate an image from a text prompt using a Cloudflare Workers AI text-to-image model. |
| describe_imageB | Generate a text description of an image using a Cloudflare Workers AI image-to-text model. |
| list_modelsA | List supported Cloudflare Workers AI image models. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kashifamin72/Image-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server