Remote MCP Server on Cloudflare
@kolipakakondal
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-kolipakakondal": {
"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 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.
Frequently asked questions
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`.
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
Supabase MCP Server
supabase-communityConnect Supabase to your AI assistants
Cloudflare MCP Server
cloudflareLambda MCP Server Demo (Streamable HTTP)
mikegc-awsCreates a simple MCP tool server with "streaming" HTTP.
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
Comments