Remote MCP Server on Cloudflare
@rose201107059
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-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 (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.
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 Server that interacts with Azure AI Foundry (experimental)
azure-ai-foundryA MCP Server for Azure AI Foundry: it's now moved to cloud, check the new Foundry MCP Server
Query | MCP server for Supabase
alexander-zuevQuery MCP enables end-to-end management of Supabase via chat interface: read & write query executions, management API support, automatic migration versioning, access to logs and much more.
Lambda MCP Server Demo (Streamable HTTP)
mikegc-awsCreates a simple MCP tool server with "streaming" HTTP.
Comments