cloudflare-html2sprite-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@cloudflare-html2sprite-mcpecho 'hello' using sprite_test and show server info"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Personal Agent MCP
A minimal remote MCP server running on Cloudflare Workers.
Deploy to Cloudflare
Click the button above to deploy this repository to your Cloudflare account. Cloudflare will create/configure the Worker and deploy it using the repository's Wrangler configuration.
Related MCP server: project-planner-mcp
Endpoints
Health check:
/MCP endpoint:
/mcp
After deployment, connect your MCP client to:
https://<your-worker>.<your-subdomain>.workers.dev/mcp
Local development
npm install
npm run devThen test with MCP Inspector against:
http://localhost:8787/mcp
Manual deployment
npm install
npm run deployMake sure you have authenticated Wrangler first:
npx wrangler loginTool
The server currently exposes one test tool:
sprite_test— echoes a message and returns server metadata.
Notes
This project uses Cloudflare's current stateless MCP handler approach through the Agents SDK. The /mcp endpoint is the remote MCP transport endpoint.
This server cannot be deployed
Maintenance
Related MCP Connectors
Cloudflare Workers MCP server: interactive-api-playground
Cloudflare Workers MCP server: ai-eval
Cloudflare Workers MCP server: ai-agent-scratchpad
Cloudflare Workers MCP server: ai-gateway
Related MCP Servers
- FlicenseNot gradedqualityCmaintenanceA remote MCP server deployed on Cloudflare Workers without authentication, enabling connection to Cloudflare AI Playground or local MCP clients.-
- FlicenseNot gradedqualityDmaintenanceA remote MCP server deployed on Cloudflare Workers for hosting and exposing MCP tools to AI clients via a remote endpoint.-
- AlicenseNot gradedqualityBmaintenanceDeployable stateless remote MCP server on Cloudflare Workers without auth, with support for registering custom tools and connecting to MCP clients.10 npmMIT
- FlicenseNot gradedqualityCmaintenanceA stateless remote MCP server deployed on Cloudflare Workers without authentication, supporting custom tools and compatible with legacy MCP clients.-