Remote MCP Server on Cloudflare
@niwaip
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-niwaip": {
"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?
It is a server that implements the Model Context Protocol (MCP) and runs on Cloudflare Workers, complete with OAuth login. It allows remote MCP clients to connect and call tools.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies, and run locally with npx nx dev remote-mcp-server. Connect using the MCP Inspector (SSE transport) or configure Claude Desktop with npx mcp-remote pointing to the local or deployed /sse URL. Deploy to Cloudflare using npm run deploy after creating a KV namespace for OAuth state.
Key features of Remote MCP Server on Cloudflare
- Runs on Cloudflare Workers for global edge deployment.
- Includes OAuth login for authentication.
- Supports SSE (Server-Sent Events) transport.
- Can be developed locally with the MCP Inspector.
- Integrates with Claude Desktop via a local proxy (mcp-remote).
- Uses Cloudflare KV for OAuth state storage.
Use cases of Remote MCP Server on Cloudflare
- Deploying a remote MCP server accessible over the internet.
- Providing tool access to MCP clients like Claude Desktop.
- Developing and testing MCP tools locally before deployment.
- Creating a math tool server (as shown with an add tool example).
FAQ from Remote MCP Server on Cloudflare
How do I connect Claude Desktop to my local MCP server?
Edit Claude Desktop config to use npx mcp-remote with the local SSE URL http://localhost:8787/sse.
What transport type does the MCP Inspector use?
SSE (Server-Sent Events). In the inspector, switch Transport Type to SSE and enter the /sse URL.
How do I deploy to Cloudflare?
Use npx wrangler kv namespace create OAUTH_KV, add the namespace ID to wrangler.jsonc, then npm run deploy.
How can I debug connection issues?
Restart Claude, try connecting with npx mcp-remote http://localhost:8787/sse on the command line, or clear ~/.mcp-auth files.
What runtime does this require?
It runs on Cloudflare Workers; local development requires Node.js and npm.
Frequently asked questions
How do I connect Claude Desktop to my local MCP server?
Edit Claude Desktop config to use `npx mcp-remote` with the local SSE URL `http://localhost:8787/sse`.
What transport type does the MCP Inspector use?
SSE (Server-Sent Events). In the inspector, switch Transport Type to SSE and enter the `/sse` URL.
How do I deploy to Cloudflare?
Use `npx wrangler kv namespace create OAUTH_KV`, add the namespace ID to `wrangler.jsonc`, then `npm run deploy`.
How can I debug connection issues?
Restart Claude, try connecting with `npx mcp-remote http://localhost:8787/sse` on the command line, or clear `~/.mcp-auth` files.
What runtime does this require?
It runs on Cloudflare Workers; local development requires Node.js and npm.
Basic information
More Cloud & Infrastructure MCP servers
tfmcp: Terraform Model Context Protocol Tool
nwiizo🌍 Terraform Model Context Protocol (MCP) Tool - An experimental CLI tool that enables AI assistants to manage and operate Terraform environments. Supports reading Terraform configurations, analyzing plans, applying configurations, and managing state with Claude Desktop integrati
Firebase MCP
gannonh🔥 Model Context Protocol (MCP) server for Firebase.
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.
🐳 docker-mcp
QuantGeekDevA docker MCP Server (modelcontextprotocol)
Supabase MCP Server
supabase-communityConnect Supabase to your AI assistants
Comments