CF-MCP-Server
@turinhub
About CF-MCP-Server
No overview available yet
Basic information
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
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
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.
More Other MCP servers
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Comments