Remote MCP Server on Cloudflare
@aninibread
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-aninibread": {
"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?
This project sets up a remote MCP server on Cloudflare Workers with OAuth login. It is designed for developers who want to deploy and test MCP tools on Cloudflare’s edge network.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies, and run locally with npx nx dev remote-mcp-server. Connect via MCP Inspector or Claude Desktop using an SSE URL. Deploy to Cloudflare with npm run deploy after creating a KV namespace.
Key features of Remote MCP Server on Cloudflare
- Runs on Cloudflare Workers.
- Includes OAuth login.
- Supports SSE transport.
- Local development with MCP Inspector.
- Connects to Claude Desktop via proxy.
- Remote deployment and access.
Use cases of Remote MCP Server on Cloudflare
- Deploy a remote MCP server accessible over the internet.
- Test MCP tools with MCP Inspector.
- Integrate MCP tools with Claude Desktop remotely.
- Build and debug MCP servers locally before deploying.
FAQ from Remote MCP Server on Cloudflare
How do I deploy the server to Cloudflare?
Create a KV namespace with npx wrangler kv namespace create OAUTH_KV, add the ID to wrangler.jsonc, then run npm run deploy.
How do I connect Claude Desktop to the remote server?
Update the Claude config to use npx mcp-remote with the server’s workers.dev URL ending in /sse.
What transport protocol does the server use?
The server uses Server-Sent Events (SSE) at the /sse endpoint.
How can I test the server locally?
Run npx nx dev remote-mcp-server and connect via MCP Inspector with SSE URL http://localhost:8787/sse.
What should I do if I encounter issues?
Restart Claude, connect directly using npx mcp-remote <url>, or clear ~/.mcp-auth if needed.
More Cloud & Infrastructure MCP servers
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.
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.
MCP Server that interacts with Azure AI Foundry (experimental)
azure-ai-foundryA MCP Server for Azure AI Foundry: it's now moved to cloud, check the new Foundry MCP Server
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.
Supabase MCP Server
supabase-communityConnect Supabase to your AI assistants
Comments