Remote MCP Server on Cloudflare
@cmsparks
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-cmsparks": {
"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?
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.
Frequently asked questions
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.
Basic information
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
Sample Serverless MCP Servers
aws-samplesSample implementations of AI Agents and MCP Servers running on AWS Serverless compute
GCP MCP
eniayomiA Model Context Protocol (MCP) server that enables AI assistants like Claude to interact with your Google Cloud Platform environment. This allows for natural language querying and management of your GCP resources during conversations.
Query | MCP server for Supabase
alexander-zuevQuery MCP enables end-to-end management of Supabase via chat interface: read & write query executions, management API support, automatic migration versioning, access to logs and much more.
Kubernetes MCP Server
manusaModel Context Protocol (MCP) server for Kubernetes and OpenShift
Comments