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-test-rose201107059": {
"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?
Remote MCP Server on Cloudflare is a remote Model Context Protocol server that runs on Cloudflare Workers with OAuth login. It is for developers who want to deploy an MCP server that can be accessed remotely and integrated with MCP clients like Claude Desktop.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies with npm install, run locally with npx nx dev remote-mcp-server, then deploy to Cloudflare using npx wrangler kv namespace create OAUTH_KV and npm run deploy. Connect clients like the MCP Inspector or Claude Desktop via SSE at the /sse endpoint.
Key features of Remote MCP Server on Cloudflare
- Runs on Cloudflare Workers with OAuth login
- Uses SSE transport for MCP communication
- Includes a math tool as an example
- Supports local development with hot reload
- Deploys with a single npm command
Use cases of Remote MCP Server on Cloudflare
- Run a remote MCP server accessible over the internet
- Connect Claude Desktop to a cloud-hosted MCP server
- Test MCP tools with the MCP Inspector remotely
- Deploy a production MCP server with authentication
FAQ from Remote MCP Server on Cloudflare
What transport does Remote MCP Server on Cloudflare use?
It uses SSE (Server-Sent Events) transport, accessed via the /sse endpoint.
How do I authenticate with Remote MCP Server on Cloudflare?
The server includes OAuth login. When connecting via the MCP Inspector or Claude Desktop, a browser window opens for login.
What dependencies are required to run Remote MCP Server on Cloudflare?
You need Node.js, npm, a Cloudflare account, and the Wrangler CLI.
How do I deploy Remote MCP Server on Cloudflare?
Create a KV namespace with npx wrangler kv namespace create OAUTH_KV, add the namespace ID to wrangler.jsonc, then run npm run deploy.
Can I run Remote MCP Server on Cloudflare locally?
Yes, run npx nx dev remote-mcp-server and access it at http://localhost:8787/.
Frequently asked questions
What transport does Remote MCP Server on Cloudflare use?
It uses SSE (Server-Sent Events) transport, accessed via the `/sse` endpoint.
How do I authenticate with Remote MCP Server on Cloudflare?
The server includes OAuth login. When connecting via the MCP Inspector or Claude Desktop, a browser window opens for login.
What dependencies are required to run Remote MCP Server on Cloudflare?
You need Node.js, npm, a Cloudflare account, and the Wrangler CLI.
How do I deploy Remote MCP Server on Cloudflare?
Create a KV namespace with `npx wrangler kv namespace create OAUTH_KV`, add the namespace ID to `wrangler.jsonc`, then run `npm run deploy`.
Can I run Remote MCP Server on Cloudflare locally?
Yes, run `npx nx dev remote-mcp-server` and access it at `http://localhost:8787/`.
Basic information
More Developer Tools MCP servers
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.

Reelier
Maxime HouleAgents make claims. Reelier writes receipts — record an agent's tool-call workflow once, replay it deterministically at 0 tokens, and diff runs to catch drift.
Stakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. 🦀
OpenSumi
opensumiA framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.
AptiBuild AI — Career Intelligence
ParklandBuildsAptiBuild AI MCP Server — career, labor market, and business idea intelligence for AI agents. 11 tools covering real-time FRED labor market signals, BLS wage data (126 occupations), AI-generated app ideas, career paths,
Comments