Remote MCP Server on Cloudflare
@davesbits
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-davesbits": {
"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 lets you run a Model Context Protocol server on Cloudflare Workers with OAuth login. It is for developers building MCP‑compatible applications that need remote access.
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, then deploy using npx wrangler kv namespace create OAUTH_KV and npm run deploy. Connect via MCP Inspector (SSE transport) or configure Claude Desktop with npx mcp-remote pointing to the /sse endpoint.
Key features of Remote MCP Server on Cloudflare
- Deploy MCP server on Cloudflare Workers
- OAuth login for authentication
- Connect via SSE transport
- Works with MCP Inspector
- Integrates with Claude Desktop
- Supports local development and remote deployment
Use cases of Remote MCP Server on Cloudflare
- Host a remote math tool for Claude
- Test custom MCP tools locally with MCP Inspector
- Deploy a production MCP server with OAuth authentication
- Connect Claude Desktop to a remote MCP endpoint
FAQ from Remote MCP Server on Cloudflare
What runtime and dependencies are required?
Node.js, npm, and a Cloudflare account for deployment are needed.
How do I connect with the MCP Inspector?
Set Transport Type to SSE, enter the server URL (e.g., localhost:8787/sse or worker‑name.account‑name.workers.dev/sse), and log in with any email and password.
How do I configure Claude Desktop?
Add an mcpServers entry in Claude’s config file using npx mcp-remote and the server’s /sse URL.
Where does OAuth data live?
OAuth KV namespace is created
Frequently asked questions
What runtime and dependencies are required?
Node.js, npm, and a Cloudflare account for deployment are needed.
How do I connect with the MCP Inspector?
Set Transport Type to SSE, enter the server URL (e.g., `localhost:8787/sse` or `worker‑name.account‑name.workers.dev/sse`), and log in with any email and password.
How do I configure Claude Desktop?
Add an `mcpServers` entry in Claude’s config file using `npx mcp-remote` and the server’s `/sse` URL.
Where does OAuth data live?
OAuth KV namespace is created
Basic information
More Cloud & Infrastructure MCP servers
🐋 Docker MCP server
ckreilingMCP server for Docker
Firebase MCP
gannonh🔥 Model Context Protocol (MCP) server for Firebase.

Aws Kb Retrieval Server
modelcontextprotocolModel Context Protocol Servers
🐳 docker-mcp
QuantGeekDevA docker MCP Server (modelcontextprotocol)
Lambda MCP Server Demo (Streamable HTTP)
mikegc-awsCreates a simple MCP tool server with "streaming" HTTP.
Comments