Remote MCP Server on Cloudflare
@drillan
About Remote MCP Server on Cloudflare
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"cloudflare-mcp-server-test": {
"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 guide and starter repository for deploying a remote MCP (Model Context Protocol) server on Cloudflare Workers with OAuth login, allowing AI assistants like Claude to call tools remotely.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies, run locally with npx nx dev remote-mcp-server, then configure the MCP Inspector or Claude Desktop to connect via SSE. Deploy using npm run deploy after setting up a KV namespace.
Key features of Remote MCP Server on Cloudflare
- Runs MCP server on Cloudflare Workers
- Includes OAuth login flow
- Supports SSE transport for remote connections
- Works with MCP Inspector for testing
- Integrates with Claude Desktop via a local proxy
Use cases of Remote MCP Server on Cloudflare
- Deploy a remote math tool for Claude to call
- Test MCP endpoints locally with the inspector
- Enable cloud-hosted tools for AI assistants
FAQ from Remote MCP Server on Cloudflare
How do I test the server locally?
Run npx nx dev remote-mcp-server and open http://localhost:8787/ in a browser, then connect the MCP Inspector with SSE transport to http://localhost:8787/sse.
How do I deploy to Cloudflare?
Use npx wrangler kv namespace create OAUTH_KV, add the KV namespace ID to wrangler.jsonc, then run npm run deploy.
How do I connect Claude Desktop to a remote server?
Update the Claude configuration file with npx mcp-remote and the https://worker-name.account-name.workers.dev/sse URL, then restart Claude.
What if something goes wrong?
Try restarting Claude, or test the connection directly with npx mcp-remote http://localhost:8787/sse. Clearing ~/.mcp-auth may help.
Frequently asked questions
How do I test the server locally?
Run `npx nx dev remote-mcp-server` and open `http://localhost:8787/` in a browser, then connect the MCP Inspector with SSE transport to `http://localhost:8787/sse`.
How do I deploy to Cloudflare?
Use `npx wrangler kv namespace create OAUTH_KV`, add the KV namespace ID to `wrangler.jsonc`, then run `npm run deploy`.
How do I connect Claude Desktop to a remote server?
Update the Claude configuration file with `npx mcp-remote` and the `https://worker-name.account-name.workers.dev/sse` URL, then restart Claude.
What if something goes wrong?
Try restarting Claude, or test the connection directly with `npx mcp-remote http://localhost:8787/sse`. Clearing `~/.mcp-auth` may help.
Basic information
More Cloud & Infrastructure MCP servers
Run Model Context Protocol (MCP) servers with AWS Lambda
awslabsRun existing Model Context Protocol (MCP) stdio-based servers in AWS Lambda functions
AWS Model Context Protocol (MCP) Server
alexei-ledA lightweight service that enables AI assistants to execute AWS CLI commands (in safe containerized environment) through the Model Context Protocol (MCP). Bridges Claude, Cursor, and other MCP-aware AI tools with AWS CLI for enhanced cloud infrastructure management.

Nippy
NippyNippy is drag-and-drop hosting (nippy.host) with an MCP server: connect it and your assistant can publish HTML, folders of photos, or file downloads to a live *.nippy.site URL — and keep editing the site in place at the
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
Firebase MCP
gannonh🔥 Model Context Protocol (MCP) server for Firebase.
Comments