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
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?
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

HostTracker
HostTrackerHostTracker is a website and infrastructure monitoring service that has run external checks since 2004 for more than 500,000 websites. Its official MCP server lets an AI assistant operate a HostTracker account directly i
🐋 Docker MCP server
ckreilingMCP server for Docker
container-use
aluzzardiDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
Sample Serverless MCP Servers
aws-samplesSample implementations of AI Agents and MCP Servers running on AWS Serverless compute
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.
Comments