CF-MCP-Server
@turinhub
About CF-MCP-Server
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"cf-mcp-server-turinhub": {
"command": "npx",
"args": [
"create-cloudflare@latest",
"my-new-worker"
]
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is CF-MCP-Server?
CF-MCP-Server is an image generation service built on the Model Context Protocol (MCP) and deployed on Cloudflare Workers. It provides a standardized interface for AI-driven image creation using the Flux-1-Schnell model, targeting developers who need serverless edge image generation.
How to use CF-MCP-Server?
Install dependencies with pnpm install, copy .env.example to .env, and deploy with pnpm deploy. Configure the MCP client by adding a generateImage entry in mcpServers settings using the workers-mcp command with the Worker URL and project path.
Key features of CF-MCP-Server
- MCP-compliant standardized service interface
- Out-of-the-box image generation Worker module
- Extensible with custom tools and resources
- Edge-optimized deployment via Cloudflare Workers
Use cases of CF-MCP-Server
- Generate images from English text prompts at the edge
- Integrate image generation into existing MCP-based toolchains
- Deploy low-latency image APIs with minimal infrastructure management
FAQ from CF-MCP-Server
What prompts does CF-MCP-Server accept?
Prompts must be in English and between 1 and 500 characters.
What are the iteration steps and response format?
Iteration steps range from 4 to 8. The response is a Base64-encoded PNG image.
What are the runtime requirements?
Node.js 18+, Wrangler CLI, and NPM are required.
Where does the image generation run?
All processing runs on Cloudflare Workers at the edge; generated images are returned as Base64 data.
Does CF-MCP-Server support Chinese prompts?
No. The documentation explicitly requires English description prompts.
Frequently asked questions
What prompts does CF-MCP-Server accept?
Prompts must be in English and between 1 and 500 characters.
What are the iteration steps and response format?
Iteration steps range from 4 to 8. The response is a Base64-encoded PNG image.
What are the runtime requirements?
Node.js 18+, Wrangler CLI, and NPM are required.
Where does the image generation run?
All processing runs on Cloudflare Workers at the edge; generated images are returned as Base64 data.
Does CF-MCP-Server support Chinese prompts?
No. The documentation explicitly requires English description prompts.
Basic information
More Other MCP servers
Codelf
unbugA search tool helps dev to solve the naming things problem.
Mcp
browsermcpBrowser 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
Website
FunnyWolfAdversary simulation and Red teaming platform with AI
Comments