Cloudflare
Freeby MCP Community
Cloudflare Workers adapter for Vurb. Deploys your MCP server to the edge with zero config — stateless JSON-RPC, cold-start caching, and native env injection.
v3.15.2Added Apr 12, 2026
mcpvurbcloudflareworkersedge
Cloudflare MCP Server
Cloudflare Workers adapter for Vurb. Deploys your MCP server to the edge with zero config — stateless JSON-RPC, cold-start caching, and native env injection.
Installation
npx -y @vurb/cloudflare
Reviews
Installation
Quick install
npx -y @vurb/cloudflare
Add to claude_desktop_config.json
{
"mcpServers": {
"cloudflare": {
"command": "npx",
"args": ["-y", "@vurb/cloudflare"]
}
}
}