Remote MCP Server on Cloudflare
@rose201107059
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-rose201107059": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is Remote MCP Server on Cloudflare?
Remote MCP Server on Cloudflare is a remote Model Context Protocol (MCP) server that runs on Cloudflare Workers with OAuth login. It provides an SSE endpoint for MCP clients like the MCP Inspector or Claude Desktop to discover 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. Deploy to Cloudflare using npx wrangler kv namespace create OAUTH_KV and npm run deploy. Connect clients via the SSE URL (e.g., http://localhost:8787/sse locally or the workers.dev URL after deployment) and authenticate through the OAuth login flow.
Key features of Remote MCP Server on Cloudflare
- Deploys as a Cloudflare Worker with OAuth authentication
- Uses SSE transport for MCP communication
- Supports local development with hot reload
- Works with MCP Inspector for testing tools
- Integrates with Claude Desktop via
mcp-remoteproxy - Enables remote access to MCP tools from any HTTP client
Use cases of Remote MCP Server on Cloudflare
- Expose MCP tools over the internet with OAuth security
- Develop and test MCP tools locally before deployment
- Connect Claude Desktop to a remote MCP server
- Use the MCP Inspector to browse, list, and call tools remotely
FAQ from Remote MCP Server on Cloudflare
How do I develop the server locally?
Clone the repository, run npm install, then execute npx nx dev remote-mcp-server. Open http://localhost:8787/ in your browser.
How can I test my server with the MCP Inspector?
Start the MCP Inspector with npx @modelcontextprotocol/inspector, switch Transport Type to SSE, and enter http://localhost:8787/sse (or your remote URL) as the server URL. Log in with any email and password on the mock login screen.
How do I deploy the server to Cloudflare?
Run npx wrangler kv namespace create OAUTH_KV, add the returned KV namespace ID to wrangler.jsonc, then run npm run deploy. The server will be available at a workers.dev URL.
How do I connect Claude Desktop to my remote server?
Update Claude's configuration file (Settings > Developer > Edit Config) with an mcpServers entry using the mcp-remote command pointing to your SSE URL (e.g., https://worker-name.account-name.workers.dev/sse). Restart Claude and log in through the browser that opens.
What should I do if something goes wrong?
Restart Claude, or try connecting directly from the command line with npx mcp-remote http://localhost:8787/sse. In rare cases, clear cached auth files by running rm -rf ~/.mcp-auth.
Frequently asked questions
How do I develop the server locally?
Clone the repository, run `npm install`, then execute `npx nx dev remote-mcp-server`. Open `http://localhost:8787/` in your browser.
How can I test my server with the MCP Inspector?
Start the MCP Inspector with `npx @modelcontextprotocol/inspector`, switch Transport Type to `SSE`, and enter `http://localhost:8787/sse` (or your remote URL) as the server URL. Log in with any email and password on the mock login screen.
How do I deploy the server to Cloudflare?
Run `npx wrangler kv namespace create OAUTH_KV`, add the returned KV namespace ID to `wrangler.jsonc`, then run `npm run deploy`. The server will be available at a `workers.dev` URL.
How do I connect Claude Desktop to my remote server?
Update Claude's configuration file (Settings > Developer > Edit Config) with an `mcpServers` entry using the `mcp-remote` command pointing to your SSE URL (e.g., `https://worker-name.account-name.workers.dev/sse`). Restart Claude and log in through the browser that opens.
What should I do if something goes wrong?
Restart Claude, or try connecting directly from the command line with `npx mcp-remote http://localhost:8787/sse`. In rare cases, clear cached auth files by running `rm -rf ~/.mcp-auth`.
Basic information
More Cloud & Infrastructure MCP servers
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.

HostTracker
HostTrackerHostTracker is a website and infrastructure monitoring service that has run external checks since 2004 for more than 500,000 websites. Its official MCP server lets an AI assistant operate a HostTracker account directly i

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
Lambda MCP Server Demo (Streamable HTTP)
mikegc-awsCreates a simple MCP tool server with "streaming" HTTP.
MCP Gateway
mcp-ecosystem🧩 MCP Gateway - A lightweight gateway service that instantly transforms existing MCP Servers and APIs into MCP servers with zero code changes. Features Docker deployment and management UI, requiring no infrastructure modifications.
Comments