Remote MCP Server on Cloudflare
@cnmeeia
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-cnmeeia": {
"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?
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.
Frequently asked questions
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.
Basic information
More Cloud & Infrastructure MCP servers
AWS MCP
RafalWilinskiTalk with your AWS using Claude. Model Context Protocol (MCP) server for AWS. Better Amazon Q alternative.
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.
Run Model Context Protocol (MCP) servers with AWS Lambda
awslabsRun existing Model Context Protocol (MCP) stdio-based servers in AWS Lambda functions
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
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.
Comments