Remote MCP Server on Cloudflare
@courtney-sims
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-courtney-sims": {
"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 template project that sets up a remote MCP (Model Context Protocol) server on Cloudflare Workers, complete with OAuth login. It is intended for developers who want to deploy and host MCP servers at the edge using Cloudflare's infrastructure.
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 by creating an OAUTH_KV namespace and running npm run deploy. Connect clients such as the MCP Inspector or Claude Desktop via SSE transport at the /sse endpoint.
Key features of Remote MCP Server on Cloudflare
- Runs entirely on Cloudflare Workers
- Includes built-in OAuth login flow
- Uses SSE (Server-Sent Events) transport
- Connects to MCP Inspector and Claude Desktop
- Deployable with a single deploy command
Use cases of Remote MCP Server on Cloudflare
- Hosting remote MCP tools on the Cloudflare edge
- Connecting Claude Desktop to server-side MCP tools
- Prototyping and testing MCP servers locally before deployment
- Implementing OAuth-based authentication for MCP endpoints
FAQ from Remote MCP Server on Cloudflare
What transport protocol does it use?
It uses SSE (Server-Sent Events) as the transport layer for MCP communication.
What runtime or platform does it require?
It requires Cloudflare Workers as the deployment platform and Node.js for local development.
How do I deploy the server to production?
Create an OAUTH_KV namespace with npx wrangler kv namespace create OAUTH_KV, add the namespace ID to wrangler.jsonc, then run npm run deploy.
How do I connect Claude Desktop to the remote server?
Add the server's workers.dev /sse URL to your Claude Desktop configuration using the mcp-remote proxy, restart Claude, and authenticate via the OAuth flow.
Frequently asked questions
What transport protocol does it use?
It uses SSE (Server-Sent Events) as the transport layer for MCP communication.
What runtime or platform does it require?
It requires Cloudflare Workers as the deployment platform and Node.js for local development.
How do I deploy the server to production?
Create an OAUTH_KV namespace with `npx wrangler kv namespace create OAUTH_KV`, add the namespace ID to `wrangler.jsonc`, then run `npm run deploy`.
How do I connect Claude Desktop to the remote server?
Add the server's workers.dev `/sse` URL to your Claude Desktop configuration using the `mcp-remote` proxy, restart Claude, and authenticate via the OAuth flow.
Basic information
More Cloud & Infrastructure MCP servers
AWS Model Context Protocol (MCP) Server
alexei-ledA lightweight service that enables AI assistants to execute AWS CLI commands (in safe containerized environment) through the Model Context Protocol (MCP). Bridges Claude, Cursor, and other MCP-aware AI tools with AWS CLI for enhanced cloud infrastructure management.
aws-finops-mcp-server
ravikiranvmAn MCP (Model Context Protocol) server that brings powerful AWS FinOps capabilities directly into your AI assistant. Analyze cloud costs, audit for waste, and get budget insights using natural language, all while keeping your credentials secure on your local machine.
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.
MCP Server Kubernetes
Flux159MCP Server for kubernetes management commands
Run Model Context Protocol (MCP) servers with AWS Lambda
awslabsRun existing Model Context Protocol (MCP) stdio-based servers in AWS Lambda functions
Comments