Remote MCP Server on Cloudflare
@satvikchauhan22
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-satvikchauhan22": {
"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 is a Model Context Protocol (MCP) server deployed on Cloudflare Workers, complete with OAuth login. It is intended for developers who want to run a remote MCP server and connect it to clients like Claude Desktop.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies, and run locally with npx nx dev remote-mcp-server. Connect the MCP Inspector using SSE at http://localhost:8787/sse. Deploy to Cloudflare with npx wrangler kv namespace create OAUTH_KV, add the KV namespace ID to wrangler.jsonc, then npm run deploy. Configure Claude Desktop by adding a mcpServers entry with the mcp-remote command pointing to the remote SSE URL.
Key features of Remote MCP Server on Cloudflare
- Remote MCP server on Cloudflare Workers with OAuth login.
- SSE transport for MCP communication.
- Local development and testing with MCP Inspector.
- Connection to Claude Desktop via a local proxy.
- Simple deployment using Wrangler and a KV namespace.
Use cases of Remote MCP Server on Cloudflare
- Deploy a remote MCP server accessible over the internet.
- Authenticate MCP tool calls with OAuth via Cloudflare Workers.
- Integrate MCP tools with Claude Desktop from a remote server.
- Develop and test MCP servers locally before deployment.
FAQ from Remote MCP Server on Cloudflare
How do I deploy to Cloudflare?
Run npx wrangler kv namespace create OAUTH_KV, add the returned KV namespace ID to wrangler.jsonc, then execute npm run deploy.
How do I connect Claude Desktop to the remote server?
Add a mcpServers entry in Claude's config file with "command": "npx", "args": ["mcp-remote", "https://your-worker-url/sse"]. Restart Claude.
What should I do if I encounter issues?
Restart Claude, test the server directly with npx mcp-remote http://localhost:8787/sse, or clear cached auth files with rm -rf ~/.mcp-auth.
What transport and authentication does the server use?
The server uses SSE (Server-Sent Events) transport and includes OAuth login for authentication.
What are the runtime dependencies?
Node.js and npm are required. The project uses the mcp-remote proxy and Cloudflare Wrangler CLI for deployment.
Frequently asked questions
How do I deploy to Cloudflare?
Run `npx wrangler kv namespace create OAUTH_KV`, add the returned KV namespace ID to `wrangler.jsonc`, then execute `npm run deploy`.
How do I connect Claude Desktop to the remote server?
Add a `mcpServers` entry in Claude's config file with `"command": "npx"`, `"args": ["mcp-remote", "https://your-worker-url/sse"]`. Restart Claude.
What should I do if I encounter issues?
Restart Claude, test the server directly with `npx mcp-remote http://localhost:8787/sse`, or clear cached auth files with `rm -rf ~/.mcp-auth`.
What transport and authentication does the server use?
The server uses SSE (Server-Sent Events) transport and includes OAuth login for authentication.
What are the runtime dependencies?
Node.js and npm are required. The project uses the `mcp-remote` proxy and Cloudflare Wrangler CLI for deployment.
Basic information
More Cloud & Infrastructure MCP servers
Kubernetes MCP Server
manusaModel Context Protocol (MCP) server for Kubernetes and OpenShift
AWS Model Context Protocol (MCP) Server
alexei-ledA lightweight service that enables AI assistants to execute AWS CLI commands (in safe containerized environment) through the Model Context Protocol (MCP). Bridges Claude, Cursor, and other MCP-aware AI tools with AWS CLI for enhanced cloud infrastructure management.
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.
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.
AWS MCP
RafalWilinskiTalk with your AWS using Claude. Model Context Protocol (MCP) server for AWS. Better Amazon Q alternative.
Comments