Remote MCP Server on Cloudflare
@kolipakakondal
About Remote MCP Server on Cloudflare
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"remote-mcp-server-kolipakakondal": {
"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 Model Context Protocol server that runs on Cloudflare Workers with OAuth login, enabling AI clients to call tools remotely via HTTP.
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 like the MCP Inspector or Claude Desktop using the /sse endpoint and the mcp-remote proxy.
Key features of Remote MCP Server on Cloudflare
- Runs on Cloudflare Workers with OAuth authentication.
- Supports SSE transport for remote MCP clients.
- Works with MCP Inspector and Claude Desktop.
- Includes local development with mock login.
- Deployable using Wrangler KV and
npm run deploy.
Use cases of Remote MCP Server on Cloudflare
- Deploy a remote MCP server accessible from anywhere via Cloudflare Workers.
- Test MCP tools locally using the MCP Inspector.
- Connect Claude Desktop to a remote MCP server for tool‑based tasks.
- Add OAuth login to a custom MCP server.
FAQ from Remote MCP Server on Cloudflare
How do I run the server locally?
Clone the repo, run npm install, then npx nx dev remote-mcp-server and open http://localhost:8787/ in a browser.
How do I connect the MCP Inspector?
Start the inspector with npx @modelcontextprotocol/inspector, set Transport Type to SSE, enter http://localhost:8787/sse (or your remote URL), and log in with any email/password.
How do I connect Claude Desktop?
Edit your Claude configuration file to add an MCP server with command: "npx", args: ["mcp-remote", "http://localhost:8787/sse"] (or your remote URL). A browser will open for login.
How do I deploy to Cloudflare?
Create a KV namespace with npx wrangler kv namespace create OAUTH_KV, add the ID to wrangler.jsonc, then run npm run deploy.
What should I do if something goes wrong?
Restart Claude, try connecting directly with npx mcp-remote <url>, or clear ~/.mcp-auth with rm -rf ~/.mcp-auth.
More Cloud & Infrastructure MCP servers
container-use
aluzzardiDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.

Aws Kb Retrieval Server
modelcontextprotocolModel Context Protocol Servers
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.
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.
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
Comments