Remote MCP Server on Cloudflare
@bjacobso
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-bjacobso": {
"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?
A setup to deploy a remote MCP (Model Context Protocol) server on Cloudflare Workers with OAuth login. It is intended for developers who want to host MCP tools that can be accessed remotely by MCP clients like Claude Desktop.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies, and run npx nx dev remote-mcp-server for local development. Use the MCP Inspector with SSE transport at http://localhost:8787/sse to test tools. For deployment, create an OAUTH_KV namespace with npx wrangler kv namespace create OAUTH_KV, add the namespace ID to wrangler.jsonc, then run npm run deploy. Connect Claude Desktop by updating its configuration to point to the local or remote SSE endpoint using npx mcp-remote.
Key features of Remote MCP Server on Cloudflare
- Runs on Cloudflare Workers for global deployment.
- Built-in OAuth login for secure access.
- Supports SSE (Server-Sent Events) transport.
- Integrates with Claude Desktop via a local proxy (
mcp-remote). - MCP Inspector for local development and testing.
- Simple deployment commands using Wrangler and KV storage.
Use cases of Remote MCP Server on Cloudflare
- Hosting custom MCP tools (e.g., a math tool) for use by MCP clients.
- Connecting Claude Desktop to a remote MCP server over the internet.
- Prototyping and testing MCP servers locally with a mock login.
- Deploying secure, OAuth-protected MCP endpoints on Cloudflare’s edge.
FAQ from Remote MCP Server on Cloudflare
How do I connect to the MCP server using the Inspector?
Start the Inspector with npx @modelcontextprotocol/inspector, switch Transport Type to SSE, and enter the server’s SSE URL (e.g., http://localhost:8787/sse). After logging in, you can list and call tools.
How do I connect Claude Desktop to the local MCP server?
Add the server to Claude’s config file with command: "npx", args: ["mcp-remote", "http://localhost:8787/sse"]. A browser window will open for login, and tools will appear in Claude.
How do I deploy the MCP server to Cloudflare Workers?
First create a KV namespace with npx wrangler kv namespace create OAUTH_KV, add its ID to wrangler.jsonc, then run npm run deploy. The server will be available at a workers.dev URL.
How can I debug connection issues?
Restart Claude, or test the server directly with npx mcp-remote http://localhost:8787/sse. In rare cases, clear cached auth files with rm -rf ~/.mcp-auth.
What transport does the server use?
The server uses SSE (Server-Sent Events) as the transport protocol for MCP communication.
More Cloud & Infrastructure MCP servers
Supabase MCP Server
supabase-communityConnect Supabase to your AI assistants
Run Model Context Protocol (MCP) servers with AWS Lambda
awslabsRun existing Model Context Protocol (MCP) stdio-based servers in AWS Lambda functions
Query | MCP server for Supabase
alexander-zuevQuery MCP enables end-to-end management of Supabase via chat interface: read & write query executions, management API support, automatic migration versioning, access to logs and much more.
container-use
aluzzardiDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
Firebase MCP
gannonh🔥 Model Context Protocol (MCP) server for Firebase.
Comments