Remote MCP Server on Cloudflare
@tgmclaughlin
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-tgmclaughlin": {
"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 running a remote MCP (Model Context Protocol) server on Cloudflare Workers, complete with OAuth login. It is intended for developers who want to deploy an MCP server that can be accessed by remote MCP clients like Claude Desktop.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies (npm install), and run locally with npx nx dev remote-mcp-server. Optionally, deploy to Cloudflare using npm run deploy after creating a KV namespace (npx wrangler kv namespace create OAUTH_KV). Connect clients (MCP Inspector or Claude Desktop) using SSE at a /sse endpoint.
Key features of Remote MCP Server on Cloudflare
- Runs on Cloudflare Workers with OAuth login.
- Supports local development and remote deployment.
- Connects via SSE (Server-Sent Events).
- Works with MCP Inspector and Claude Desktop.
- Uses
npx mcp-remotefor local proxy.
Use cases of Remote MCP Server on Cloudflare
- Deploying a cloud-hosted MCP server with authentication.
- Connecting Claude Desktop to a remote MCP server over the internet.
- Testing MCP tools locally with the MCP Inspector.
- Learning how to set up OAuth for MCP on Cloudflare.
FAQ from Remote MCP Server on Cloudflare
How do I connect Claude Desktop to the remote server?
Update your Claude Desktop configuration (claude_desktop_config.json) to use npx mcp-remote with the Workers URL (e.g., https://worker-name.account-name.workers.dev/sse) as an argument.
What dependencies or runtime are required?
Node.js, npm, and a Cloudflare account for deployment. Local development uses npx nx and wrangler.
Where does authentication data live?
OAuth session data is stored in a Cloudflare KV namespace (OAUTH_KV). Locally, authentication state may be cached in ~/.mcp-auth.
Can I debug connection issues?
Yes. Try restarting Claude, connecting via npx mcp-remote http://localhost:8787/sse directly, or clearing ~/.mcp-auth files if needed.
How do I deploy to production?
Run npx wrangler kv namespace create OAUTH_KV, add the KV namespace ID to wrangler.jsonc, then run npm run deploy.
More Cloud & Infrastructure MCP servers
Kubernetes MCP Server
reza-gholizadeManage Your Kubernetes Cluster with k8s mcp-server
Sample Serverless MCP Servers
aws-samplesSample implementations of AI Agents and MCP Servers running on AWS Serverless compute
Supabase MCP Server
coleam00Supabase MCP server created in Python.
aws-finops-mcp-server
ravikiranvmAn MCP (Model Context Protocol) server that brings powerful AWS FinOps capabilities directly into your AI assistant. Analyze cloud costs, audit for waste, and get budget insights using natural language, all while keeping your credentials secure on your local machine.
AWS MCP
RafalWilinskiTalk with your AWS using Claude. Model Context Protocol (MCP) server for AWS. Better Amazon Q alternative.
Comments