Skip to main content
Glama
958877748

cloudflare-html2sprite-mcp

by 958877748

Personal Agent MCP

A minimal remote MCP server running on Cloudflare Workers.

Deploy to Cloudflare

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 dev

Then test with MCP Inspector against:

http://localhost:8787/mcp

Manual deployment

npm install
npm run deploy

Make sure you have authenticated Wrangler first:

npx wrangler login

Tool

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.

F
license - not found
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

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/cloudflare-html2sprite-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server