Remote MCP Server on Cloudflare
@niwaip
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-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.
More Cloud & Infrastructure MCP servers
container-use
aluzzardiDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
Kubernetes MCP Server
reza-gholizadeManage Your Kubernetes Cluster with k8s mcp-server
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.
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
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.
Comments