Remote MCP Server on Cloudflare
@paulobrien
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-paulobrien": {
"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 (Model Context Protocol) server running on Cloudflare Workers with OAuth login, enabling secure tool calling from MCP clients.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies, run locally with npx nx dev remote-mcp-server, then deploy using npm run deploy. Connect using the MCP Inspector or Claude Desktop via an SSE endpoint.
Key features of Remote MCP Server on Cloudflare
- Local development with OAuth flow
- Deployment to Cloudflare Workers
- Secure OAuth‑based login
- SSE transport for remote access
- Works with MCP Inspector and Claude Desktop
Use cases of Remote MCP Server on Cloudflare
- Deploy a remote MCP server with authentication
- Connect Claude Desktop to a cloud‑hosted tool server
- Test MCP tools locally before deploying
- Enable tool access across multiple clients over the internet
FAQ from Remote MCP Server on Cloudflare
What runtime does Remote MCP Server on Cloudflare require?
Node.js and npm for local development; Cloudflare Workers runtime after deployment.
How is authentication handled?
OAuth login with a mock user/password screen locally; a real OAuth provider can be configured.
Where does authorization data live?
In a Cloudflare KV namespace (OAUTH_KV) created during deployment.
What transport does the server use?
Server‑Sent Events (SSE) – the endpoint URL ends with /sse.
How do I connect Claude Desktop?
Add an mcpServers entry using npx mcp-remote pointing to the server’s SSE URL, then restart Claude.
Frequently asked questions
What runtime does Remote MCP Server on Cloudflare require?
Node.js and npm for local development; Cloudflare Workers runtime after deployment.
How is authentication handled?
OAuth login with a mock user/password screen locally; a real OAuth provider can be configured.
Where does authorization data live?
In a Cloudflare KV namespace (`OAUTH_KV`) created during deployment.
What transport does the server use?
Server‑Sent Events (SSE) – the endpoint URL ends with `/sse`.
How do I connect Claude Desktop?
Add an `mcpServers` entry using `npx mcp-remote` pointing to the server’s SSE URL, then restart Claude.
Basic information
More Cloud & Infrastructure MCP servers
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
Cloudflare MCP Server
cloudflare
Kilo IoT Platform
Kilo IoTYour AI can finally reach the physical world. Kilo is an AI-first IoT platform for commercial and industrial operations, and this connector hands a live deployment to the AI client you already use. Not an export. Not a
Mcp K8s Go
strowkMCP server connecting to Kubernetes
Sample Serverless MCP Servers
aws-samplesSample implementations of AI Agents and MCP Servers running on AWS Serverless compute
Comments