Remote MCP Server on Cloudflare
@davesbits
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-davesbits": {
"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 lets you run a Model Context Protocol server on Cloudflare Workers with OAuth login. It is for developers building MCP‑compatible applications that need remote access.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies with npm install, run locally with npx nx dev remote-mcp-server, then deploy using npx wrangler kv namespace create OAUTH_KV and npm run deploy. Connect via MCP Inspector (SSE transport) or configure Claude Desktop with npx mcp-remote pointing to the /sse endpoint.
Key features of Remote MCP Server on Cloudflare
- Deploy MCP server on Cloudflare Workers
- OAuth login for authentication
- Connect via SSE transport
- Works with MCP Inspector
- Integrates with Claude Desktop
- Supports local development and remote deployment
Use cases of Remote MCP Server on Cloudflare
- Host a remote math tool for Claude
- Test custom MCP tools locally with MCP Inspector
- Deploy a production MCP server with OAuth authentication
- Connect Claude Desktop to a remote MCP endpoint
FAQ from Remote MCP Server on Cloudflare
What runtime and dependencies are required?
Node.js, npm, and a Cloudflare account for deployment are needed.
How do I connect with the MCP Inspector?
Set Transport Type to SSE, enter the server URL (e.g., localhost:8787/sse or worker‑name.account‑name.workers.dev/sse), and log in with any email and password.
How do I configure Claude Desktop?
Add an mcpServers entry in Claude’s config file using npx mcp-remote and the server’s /sse URL.
Where does OAuth data live?
OAuth KV namespace is created
More Cloud & Infrastructure MCP servers
Kubernetes MCP Server
manusaModel Context Protocol (MCP) server for Kubernetes and OpenShift
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
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
AWS MCP Servers
awslabsOpen source MCP Servers for AWS
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.
Comments