Remote MCP Server on Cloudflare
@liamyu2022
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-liamyu2022": {
"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?
A starter project to deploy a remote MCP (Model Context Protocol) server on Cloudflare Workers with OAuth login, enabling secure tool access from MCP clients.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies, and run locally with npx nx dev remote-mcp-server. Deploy to Cloudflare using npm run deploy after creating a KV namespace. Connect clients like the MCP Inspector or Claude Desktop by pointing them to the server’s SSE endpoint.
Key features of Remote MCP Server on Cloudflare
- Run MCP server locally or deploy to Cloudflare Workers
- Built-in OAuth authentication flow
- Uses SSE (Server-Sent Events) transport
- Works with MCP Inspector and Claude Desktop
- Easy configuration via
wrangler.jsoncand KV storage
Use cases of Remote MCP Server on Cloudflare
- Develop and test custom MCP tools in a local environment
- Deploy a remotely accessible MCP server with user login
- Integrate MCP tools with Claude Desktop for AI workflows
FAQ from Remote MCP Server on Cloudflare
How do I run the server locally?
Clone the repo, run npm install, then npx nx dev remote-mcp-server. The server will be available at http://localhost:8787/.
How do I deploy the server to Cloudflare?
Create a KV namespace with npx wrangler kv namespace create OAUTH_KV, add its ID to wrangler.jsonc, then run npm run deploy.
How do I connect Claude Desktop to the server?
Add an MCP server entry to your Claude config using npx mcp-remote with either the local URL (http://localhost:8787/sse) or the deployed workers.dev URL.
What transport protocol does the server use?
It uses SSE (Server-Sent Events) at the /sse endpoint. The MCP Inspector and mcp-remote connect via this URL.
How can I debug connection issues?
Restart Claude, try connecting directly with npx mcp-remote http://localhost:8787/sse, or clear ~/.mcp-auth if auth data is corrupted.
Frequently asked questions
How do I run the server locally?
Clone the repo, run `npm install`, then `npx nx dev remote-mcp-server`. The server will be available at `http://localhost:8787/`.
How do I deploy the server to Cloudflare?
Create a KV namespace with `npx wrangler kv namespace create OAUTH_KV`, add its ID to `wrangler.jsonc`, then run `npm run deploy`.
How do I connect Claude Desktop to the server?
Add an MCP server entry to your Claude config using `npx mcp-remote` with either the local URL (`http://localhost:8787/sse`) or the deployed `workers.dev` URL.
What transport protocol does the server use?
It uses SSE (Server-Sent Events) at the `/sse` endpoint. The MCP Inspector and `mcp-remote` connect via this URL.
How can I debug connection issues?
Restart Claude, try connecting directly with `npx mcp-remote http://localhost:8787/sse`, or clear `~/.mcp-auth` if auth data is corrupted.
Basic information
More Cloud & Infrastructure MCP servers
AWS MCP Servers
awslabsOpen source MCP Servers for AWS
Muumuu Domain MCP Server
pepaboThe official MCP server for Muumuu Domain by GMO Pepabo, Inc — the first remote MCP server in the Japanese domain registrar industry. Search and register domains, manage owned domains and contracts, and configure DNS rec
Firebase MCP
gannonh🔥 Model Context Protocol (MCP) server for Firebase.
Supabase MCP Server
coleam00Supabase MCP server created in Python.
Run Model Context Protocol (MCP) servers with AWS Lambda
awslabsRun existing Model Context Protocol (MCP) stdio-based servers in AWS Lambda functions
Comments