Remote MCP Server on Cloudflare
@cmsparks
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-cmsparks": {
"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 template for running a Model Context Protocol (MCP) server on Cloudflare Workers with OAuth login. It is intended for developers who want to expose MCP tools over the internet and connect them to MCP clients like Claude Desktop.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies with npm install, and run locally with npx nx dev remote-mcp-server. Deploy to Cloudflare using npm run deploy after configuring a KV namespace. Connect clients via the MCP Inspector (SSE transport) or configure Claude Desktop with a local proxy (mcp-remote) pointing to your server’s /sse endpoint.
Key features of Remote MCP Server on Cloudflare
- Runs MCP server as a Cloudflare Worker.
- Includes OAuth login for remote access.
- Supports SSE transport for MCP communication.
- Local development environment with MCP Inspector.
- Works with Claude Desktop via a remote proxy.
Use cases of Remote MCP Server on Cloudflare
- Host an MCP server accessible from anywhere via a workers.dev URL.
- Connect Claude Desktop to custom tools running remotely.
- Prototype and test MCP tools locally before deploying to production.
FAQ from Remote MCP Server on Cloudflare
What runtime dependencies does the server require?
Node.js and npm are needed for local development. For deployment, the Cloudflare Wrangler CLI is used; a Cloudflare account is implied for publishing the Worker.
How do I connect Claude Desktop to the remote server?
Update your Claude Desktop configuration file to use npx mcp-remote with the server’s workers.dev/sse URL as the argument.
How can I debug connectivity issues?
Restart Claude Desktop, or test the server directly with npx mcp-remote http://localhost:8787/sse. In rare cases, clear the ~/.mcp-auth directory.
What transport protocol does the server use?
The server communicates over Server-Sent Events (SSE). Clients must connect to the /sse endpoint.
Is the server limited to local or remote use only?
It can be run both locally (for development) and deployed to Cloudflare Workers for remote access via the internet.
More Cloud & Infrastructure MCP servers
Run Model Context Protocol (MCP) servers with AWS Lambda
awslabsRun existing Model Context Protocol (MCP) stdio-based servers in AWS Lambda functions
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.
Sample Serverless MCP Servers
aws-samplesSample implementations of AI Agents and MCP Servers running on AWS Serverless compute
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
Kubernetes MCP Server
manusaModel Context Protocol (MCP) server for Kubernetes and OpenShift
Comments