cloudflare-html2sprite-mcp
Click on "Install 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: remote-mcp-server-authless
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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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 that provides Cloudflare observability tools (zone analytics, workers analytics, web analytics) and basic calculator functions, without requiring authentication.
- FlicenseNot gradedqualityCmaintenanceA remote MCP server deployed on Cloudflare Workers for hosting and exposing MCP tools to AI clients via a remote endpoint.
- FlicenseNot gradedqualityCmaintenanceThis is an MCP server deployed on Cloudflare Workers with OAuth authentication, enabling remote MCP clients to connect and use tools.
Related MCP Connectors
Cloudflare Workers MCP server: crypto-signal
Cloudflare Workers MCP server: email-validator
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/958877748/personal-agent-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server