Remote MCP Server on Cloudflare
@kathayl
About Remote MCP Server on Cloudflare
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"remote-mcp-server-kathayl": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is Remote MCP Server on Cloudflare?
It is an MCP (Model Context Protocol) server that runs on Cloudflare Workers with OAuth login, enabling remote tool calling from MCP clients like Claude Desktop.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies with npm install, run locally with npx nx dev remote-mcp-server, and deploy to Cloudflare using npm run deploy after configuring a KV namespace. Connect clients via the /sse endpoint using an MCP Inspector or a local proxy (mcp-remote).
Key features of Remote MCP Server on Cloudflare
- OAuth login for secure access.
- Deploy on Cloudflare Workers for remote availability.
- SSE transport for real-time communication.
- Local development with MCP Inspector.
- Integration with Claude Desktop via
mcp-remoteproxy.
Use cases of Remote MCP Server on Cloudflare
- Host MCP tools on the edge for remote clients.
- Test and debug tools using the MCP Inspector.
- Connect Claude Desktop to a remote MCP server.
- Prototype and deploy custom MCP servers quickly.
FAQ from Remote MCP Server on Cloudflare
How do I connect the MCP Inspector to my server?
Run npx @modelcontextprotocol/inspector, set Transport Type to SSE, and enter http://localhost:8787/sse (or your deployed URL) as the URL.
How do I connect Claude Desktop to my Remote MCP Server on Cloudflare?
Add an mcpServers entry to Claude Desktop’s config file, using mcp-remote as the command and the server’s /sse URL as an argument.
How do I deploy Remote MCP Server on Cloudflare?
Create a KV namespace with npx wrangler kv namespace create OAUTH_KV, add its ID to wrangler.jsonc, then run npm run deploy.
What should I do if Claude Desktop fails to connect?
Try restarting Claude or test the connection on the command line with npx mcp-remote <url>/sse. In rare cases, clear ~/.mcp-auth files.
Frequently asked questions
How do I connect the MCP Inspector to my server?
Run `npx @modelcontextprotocol/inspector`, set Transport Type to SSE, and enter `http://localhost:8787/sse` (or your deployed URL) as the URL.
How do I connect Claude Desktop to my Remote MCP Server on Cloudflare?
Add an `mcpServers` entry to Claude Desktop’s config file, using `mcp-remote` as the command and the server’s `/sse` URL as an argument.
How do I deploy Remote MCP Server on Cloudflare?
Create a KV namespace with `npx wrangler kv namespace create OAUTH_KV`, add its ID to `wrangler.jsonc`, then run `npm run deploy`.
What should I do if Claude Desktop fails to connect?
Try restarting Claude or test the connection on the command line with `npx mcp-remote <url>/sse`. In rare cases, clear `~/.mcp-auth` files.
Basic information
More Cloud & Infrastructure MCP servers
Cloudflare MCP Server
cloudflareSupabase MCP Server
coleam00Supabase MCP server created in Python.
Terraform MCP Server
hashicorpThe Terraform MCP Server provides seamless integration with Terraform ecosystem, enabling advanced automation and interaction capabilities for Infrastructure as Code (IaC) development.
MCP Server Kubernetes
Flux159MCP Server for kubernetes management commands
Sample Serverless MCP Servers
aws-samplesSample implementations of AI Agents and MCP Servers running on AWS Serverless compute
Comments