Remote MCP Server on Cloudflare
@osied-grdn
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-osied-grdn": {
"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 remote MCP server built to run on Cloudflare Workers with OAuth login, enabling developers to expose MCP tools over the internet and connect them to clients like Claude Desktop.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies, and run locally with npx nx dev remote-mcp-server. To deploy, create a KV namespace with npx wrangler kv namespace create OAUTH_KV, add the namespace ID to wrangler.jsonc, then run npm run deploy. Connect clients via the MCP Inspector or configure Claude Desktop using the mcp-remote command pointing to the server's SSE URL.
Key features of Remote MCP Server on Cloudflare
- Remote MCP server running on Cloudflare Workers
- OAuth login for authentication
- SSE transport for MCP communication
- Works with MCP Inspector and Claude Desktop
- Simple deployment with Wrangler CLI
- Local development and debugging support
Use cases of Remote MCP Server on Cloudflare
- Deploy custom MCP tools accessible from anywhere
- Connect Claude Desktop to a remote MCP server over the internet
- Develop and test MCP servers locally before deploying
- Use Cloudflare's global edge network for low‑latency access
FAQ from Remote MCP Server on Cloudflare
How do I connect the MCP Inspector to my server?
In the Inspector, set Transport Type to SSE and enter http://localhost:8787/sse (or your deployed workers.dev/sse URL), then click Connect. You will be redirected to a login screen.
How do I connect Claude Desktop to the server?
Edit Claude Desktop's config file to add an mcpServers entry using npx mcp-remote followed by the server's SSE URL. Restart Claude; a browser window will open for OAuth login.
How do I deploy the server to Cloudflare?
Run npx wrangler kv namespace create OAUTH_KV, paste the resulting namespace ID into wrangler.jsonc, then run npm run deploy. The server will be available at your workers.dev URL.
What should I do if things aren't working?
Try restarting Claude, connecting directly via npx mcp-remote <url>, or clearing cached auth files with rm -rf ~/.mcp-auth.
What transport does the server use?
The server communicates via Server‑Sent Events (SSE) at the /sse endpoint.
Frequently asked questions
How do I connect the MCP Inspector to my server?
In the Inspector, set Transport Type to `SSE` and enter `http://localhost:8787/sse` (or your deployed `workers.dev/sse` URL), then click Connect. You will be redirected to a login screen.
How do I connect Claude Desktop to the server?
Edit Claude Desktop's config file to add an `mcpServers` entry using `npx mcp-remote` followed by the server's SSE URL. Restart Claude; a browser window will open for OAuth login.
How do I deploy the server to Cloudflare?
Run `npx wrangler kv namespace create OAUTH_KV`, paste the resulting namespace ID into `wrangler.jsonc`, then run `npm run deploy`. The server will be available at your `workers.dev` URL.
What should I do if things aren't working?
Try restarting Claude, connecting directly via `npx mcp-remote <url>`, or clearing cached auth files with `rm -rf ~/.mcp-auth`.
What transport does the server use?
The server communicates via Server‑Sent Events (SSE) at the `/sse` endpoint.
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
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.
K8s MCP Server
alexei-ledK8s-mcp-server is a Model Context Protocol (MCP) server that enables AI assistants like Claude to securely execute Kubernetes commands. It provides a bridge between language models and essential Kubernetes CLI tools including kubectl, helm, istioctl, and argocd, allowing AI syste
🐳 docker-mcp
QuantGeekDevA docker MCP Server (modelcontextprotocol)
Comments