Remote MCP Server on Cloudflare
@MFLS2023
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-mfls2023": {
"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?
Remote MCP Server on Cloudflare is a setup to run a remote MCP (Model Context Protocol) server on Cloudflare Workers with OAuth login. It is intended for developers who want to host an MCP server remotely and connect it to MCP clients such as Claude Desktop.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies, and run locally with npx nx dev remote-mcp-server. To deploy, create a KV namespace (npx wrangler kv namespace create OAUTH_KV), add its ID to wrangler.jsonc, then run npm run deploy. Connect clients via SSE URL (e.g., worker-name.account-name.workers.dev/sse) using npx @modelcontextprotocol/inspector for testing or npx mcp-remote <sse-url> for Claude Desktop.
Key features of Remote MCP Server on Cloudflare
- Run MCP server on Cloudflare Workers with OAuth login.
- Local development and testing with MCP Inspector via SSE.
- Connect Claude Desktop using the mcp-remote proxy.
- Deploy with simple Wrangler command and npm scripts.
- OAuth data persisted through Cloudflare KV namespace.
Use cases of Remote MCP Server on Cloudflare
- Host custom MCP tools accessible from remote AI clients.
- Test MCP server locally before production deployment.
- Connect Claude Desktop to a secure remote MCP server.
- Provide OAuth‑protected MCP endpoints for AI assistants.
FAQ from Remote MCP Server on Cloudflare
How do I run the server locally?
Run npx nx dev remote-mcp-server and open http://localhost:8787/ in your browser.
How do I test with MCP Inspector?
Run npx @modelcontextprotocol/inspector, select SSE transport, enter http://localhost:8787/sse as the URL, click Connect, and log in with any email and password.
How do I connect Claude Desktop to the server?
Add a configuration entry in Claude’s settings using npx mcp-remote with the SSE URL – http://localhost:8787/sse for local, or https://worker-name.account-name.workers.dev/sse for remote.
How do I deploy to Cloudflare?
Create a KV namespace with npx wrangler kv namespace create OAUTH_KV, add the returned ID to wrangler.jsonc, then run npm run deploy.
What if something goes wrong?
Restart Claude, test connectivity
Frequently asked questions
How do I run the server locally?
Run `npx nx dev remote-mcp-server` and open http://localhost:8787/ in your browser.
How do I test with MCP Inspector?
Run `npx @modelcontextprotocol/inspector`, select SSE transport, enter `http://localhost:8787/sse` as the URL, click Connect, and log in with any email and password.
How do I connect Claude Desktop to the server?
Add a configuration entry in Claude’s settings using `npx mcp-remote` with the SSE URL – `http://localhost:8787/sse` for local, or `https://worker-name.account-name.workers.dev/sse` for remote.
How do I deploy to Cloudflare?
Create a KV namespace with `npx wrangler kv namespace create OAUTH_KV`, add the returned ID to `wrangler.jsonc`, then run `npm run deploy`.
What if something goes wrong?
Restart Claude, test connectivity
Basic information
More Cloud & Infrastructure MCP servers
MCP Gateway
mcp-ecosystem🧩 MCP Gateway - A lightweight gateway service that instantly transforms existing MCP Servers and APIs into MCP servers with zero code changes. Features Docker deployment and management UI, requiring no infrastructure modifications.
AWS MCP Servers
awslabsOpen source MCP Servers for AWS
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
aws-finops-mcp-server
ravikiranvmAn MCP (Model Context Protocol) server that brings powerful AWS FinOps capabilities directly into your AI assistant. Analyze cloud costs, audit for waste, and get budget insights using natural language, all while keeping your credentials secure on your local machine.
Comments