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
🐋 Docker MCP server
ckreilingMCP server for Docker
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
Cloudflare MCP Server
cloudflareAWS MCP
RafalWilinskiTalk with your AWS using Claude. Model Context Protocol (MCP) server for AWS. Better Amazon Q alternative.
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.
Comments