Remote MCP Server on Cloudflare
@niwaip
About Remote MCP Server on Cloudflare
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"remote-mcp-server-niwaip": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}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 Remote MCP Server on Cloudflare?
It is a server that implements the Model Context Protocol (MCP) and runs on Cloudflare Workers, complete with OAuth login. It allows remote MCP clients to connect and call tools.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies, and run locally with npx nx dev remote-mcp-server. Connect using the MCP Inspector (SSE transport) or configure Claude Desktop with npx mcp-remote pointing to the local or deployed /sse URL. Deploy to Cloudflare using npm run deploy after creating a KV namespace for OAuth state.
Key features of Remote MCP Server on Cloudflare
- Runs on Cloudflare Workers for global edge deployment.
- Includes OAuth login for authentication.
- Supports SSE (Server-Sent Events) transport.
- Can be developed locally with the MCP Inspector.
- Integrates with Claude Desktop via a local proxy (mcp-remote).
- Uses Cloudflare KV for OAuth state storage.
Use cases of Remote MCP Server on Cloudflare
- Deploying a remote MCP server accessible over the internet.
- Providing tool access to MCP clients like Claude Desktop.
- Developing and testing MCP tools locally before deployment.
- Creating a math tool server (as shown with an add tool example).
FAQ from Remote MCP Server on Cloudflare
How do I connect Claude Desktop to my local MCP server?
Edit Claude Desktop config to use npx mcp-remote with the local SSE URL http://localhost:8787/sse.
What transport type does the MCP Inspector use?
SSE (Server-Sent Events). In the inspector, switch Transport Type to SSE and enter the /sse URL.
How do I deploy to Cloudflare?
Use npx wrangler kv namespace create OAUTH_KV, add the namespace ID to wrangler.jsonc, then npm run deploy.
How can I debug connection issues?
Restart Claude, try connecting with npx mcp-remote http://localhost:8787/sse on the command line, or clear ~/.mcp-auth files.
What runtime does this require?
It runs on Cloudflare Workers; local development requires Node.js and npm.
More Cloud & Infrastructure MCP servers
K8s MCP Server
alexei-ledK8s-mcp-server is a Model Context Protocol (MCP) server that enables AI assistants like Claude to securely execute Kubernetes commands. It provides a bridge between language models and essential Kubernetes CLI tools including kubectl, helm, istioctl, and argocd, allowing AI syste
MCP Server Kubernetes
Flux159MCP Server for kubernetes management commands
MCP Server that interacts with Azure AI Foundry (experimental)
azure-ai-foundryA MCP Server for Azure AI Foundry: it's now moved to cloud, check the new Foundry MCP Server
Cloudflare MCP Server
cloudflareMcp K8s Go
strowkMCP server connecting to Kubernetes
Comments