Remote MCP Server on Cloudflare
@Laity624
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-laity624": {
"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?
A reference implementation for running a remote MCP (Model Context Protocol) server on Cloudflare Workers, complete with OAuth login. It is intended for developers who want to expose MCP tools over the internet and connect clients like Claude Desktop or the MCP Inspector via SSE transport.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies with npm install, then run locally with npx nx dev remote-mcp-server. Deploy to Cloudflare using wrangler kv namespace create OAUTH_KV and npm run deploy. Connect clients by pointing them to the server’s /sse endpoint.
Key features of Remote MCP Server on Cloudflare
- Runs on Cloudflare Workers with SSE transport
- Includes OAuth login flow for authentication
- Connects to MCP Inspector and Claude Desktop
- Supports local development on port 8787
- Uses Cloudflare KV for OAuth state storage
Use cases of Remote MCP Server on Cloudflare
- Deploy a remote MCP server for AI assistants like Claude
- Test MCP tools locally before deploying to production
- Add OAuth-protected tool access via Cloudflare Workers
FAQ from Remote MCP Server on Cloudflare
How do I connect Claude Desktop?
Edit the Claude Desktop config file to add an mcpServers entry with command npx and args ["mcp-remote", "http://localhost:8787/sse"] for local, or the Workers URL for remote access.
What transport protocol does it use?
It uses Server-Sent Events (SSE) over HTTP as the transport protocol.
How do I deploy to Cloudflare?
Run npx wrangler kv namespace create OAUTH_KV, add the KV namespace ID to wrangler.jsonc, then run npm run deploy.
How do I debug connection issues?
Restart Claude or test the connection directly with npx mcp-remote http://localhost:8787/sse. In rare cases, clear the auth cache with rm -rf ~/.mcp-auth.
Where is the OAuth state stored?
OAuth state is stored in a Cloudflare KV namespace configured via wrangler.jsonc.
Frequently asked questions
How do I connect Claude Desktop?
Edit the Claude Desktop config file to add an `mcpServers` entry with command `npx` and args `["mcp-remote", "http://localhost:8787/sse"]` for local, or the Workers URL for remote access.
What transport protocol does it use?
It uses Server-Sent Events (SSE) over HTTP as the transport protocol.
How do I deploy to Cloudflare?
Run `npx wrangler kv namespace create OAUTH_KV`, add the KV namespace ID to `wrangler.jsonc`, then run `npm run deploy`.
How do I debug connection issues?
Restart Claude or test the connection directly with `npx mcp-remote http://localhost:8787/sse`. In rare cases, clear the auth cache with `rm -rf ~/.mcp-auth`.
Where is the OAuth state stored?
OAuth state is stored in a Cloudflare KV namespace configured via `wrangler.jsonc`.
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
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
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.
AWS MCP
RafalWilinskiTalk with your AWS using Claude. Model Context Protocol (MCP) server for AWS. Better Amazon Q alternative.
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.
Comments