Remote MCP Server on Cloudflare
@cnmeeia
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-cnmeeia": {
"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?
A remote MCP server running on Cloudflare Workers, complete with OAuth login, enabling AI clients to call tools via SSE over HTTP.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies, run npx nx dev remote-mcp-server for local development. Deploy with npm run deploy after setting up a KV namespace with npx wrangler kv namespace create OAUTH_KV. Connect clients by pointing to the server’s SSE endpoint (e.g., http://localhost:8787/sse locally, or your workers.dev URL).
Key features of Remote MCP Server on Cloudflare
- Runs on Cloudflare Workers for global, serverless deployment.
- Includes OAuth login for secure client access.
- Supports SSE (Server-Sent Events) transport.
- Works with MCP Inspector and Claude Desktop.
- Local mock login for development and testing.
Use cases of Remote MCP Server on Cloudflare
- Expose MCP tools to Claude Desktop from a remote server.
- Test and debug MCP tools locally before deployment.
- Deploy a production MCP server on Cloudflare’s edge network.
- Integrate MCP tools with any MCP-compatible client over HTTP.
FAQ from Remote MCP Server on Cloudflare
What does the OAuth login do?
It authenticates users before they can connect to the MCP server. Locally, a mock login accepts any email and password.
What runtime dependencies are required?
Requires Node.js and npm for development. Deployment uses Cloudflare Workers (no runtime dependencies for the deployed version).
How do I connect Claude Desktop to my remote server?
Update Claude’s config file (mcpServers) to use mcp-remote with the secure https://worker-name.account-name.workers.dev/sse URL.
Where is data stored?
The server uses a Cloudflare KV namespace (OAUTH_KV) for OAuth state. No client data is stored by default.
Does the server support transports other than SSE?
The README only demonstrates SSE transport. No other transports (like stdio) are mentioned.
More Cloud & Infrastructure MCP servers
Lambda MCP Server Demo (Streamable HTTP)
mikegc-awsCreates a simple MCP tool server with "streaming" HTTP.
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.

Aws Kb Retrieval Server
modelcontextprotocolModel Context Protocol Servers
Sample Serverless MCP Servers
aws-samplesSample implementations of AI Agents and MCP Servers running on AWS Serverless compute
Firebase MCP
gannonh🔥 Model Context Protocol (MCP) server for Firebase.
Comments