Remote MCP Server on Cloudflare
@Chenastron
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-chenastron": {
"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 starter project for deploying a remote MCP (Model Context Protocol) server on Cloudflare Workers with OAuth login. It enables developers to host MCP tools and connect clients like Claude Desktop over SSE.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies with npm install, then run locally with npx nx dev remote-mcp-server. Deploy by creating a KV namespace (npx wrangler kv namespace create OAUTH_KV), adding its ID to wrangler.jsonc, and running npm run deploy. Connect clients (MCP Inspector or Claude Desktop) using the SSE endpoint at /sse.
Key features of Remote MCP Server on Cloudflare
- Local development with OAuth login (mock)
- SSE transport for MCP communication
- Deploy to Cloudflare Workers
- Integrates with Claude Desktop via
mcp-remoteproxy - Works with MCP Inspector for testing
Use cases of Remote MCP Server on Cloudflare
- Hosting a remote MCP server for Claude Desktop
- Testing MCP tools locally before deployment
- Building custom AI tool servers secured with OAuth
FAQ from Remote MCP Server on Cloudflare
What transport type does the server use?
Server Name (SSE) – the MCP Inspector must be configured with Transport Type SSE and the URL set to the server’s /sse endpoint.
How do I deploy the server to Cloudflare?
Run npx wrangler kv namespace create OAUTH_KV, add the returned KV namespace ID to wrangler.jsonc, then run npm run deploy.
How do I connect Claude Desktop to the remote server?
Update Claude Desktop’s config (mcpServers) to use npx mcp-remote with the server’s full workers.dev URL appended with /sse (e.g., https://worker-name.account-name.workers.dev/sse).
How can I debug connection issues?
Restart Claude Desktop, or test direct connectivity with npx mcp-remote http://localhost:8787/sse. If needed, clear cached OAuth data with rm -rf ~/.mcp-auth.
Frequently asked questions
What transport type does the server use?
Server Name (SSE) – the MCP Inspector must be configured with Transport Type `SSE` and the URL set to the server’s `/sse` endpoint.
How do I deploy the server to Cloudflare?
Run `npx wrangler kv namespace create OAUTH_KV`, add the returned KV namespace ID to `wrangler.jsonc`, then run `npm run deploy`.
How do I connect Claude Desktop to the remote server?
Update Claude Desktop’s config (`mcpServers`) to use `npx mcp-remote` with the server’s full workers.dev URL appended with `/sse` (e.g., `https://worker-name.account-name.workers.dev/sse`).
How can I debug connection issues?
Restart Claude Desktop, or test direct connectivity with `npx mcp-remote http://localhost:8787/sse`. If needed, clear cached OAuth data with `rm -rf ~/.mcp-auth`.
Basic information
More Cloud & Infrastructure MCP servers
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.
Run Model Context Protocol (MCP) servers with AWS Lambda
awslabsRun existing Model Context Protocol (MCP) stdio-based servers in AWS Lambda functions
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
🐋 Docker MCP server
ckreilingMCP server for Docker
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.
Comments