Remote MCP Server on Cloudflare
@SparkSMB-Tim
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-sparksmb-tim": {
"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?
This server lets you run a remote Model Context Protocol (MCP) server on Cloudflare Workers with OAuth login, enabling tools to be called over HTTP SSE from clients like the MCP Inspector or Claude Desktop.
How to use Remote MCP Server on Cloudflare?
Clone the repo, install dependencies via npm, then run locally with npx nx dev remote-mcp-server. For deployment, use npx wrangler kv namespace create OAUTH_KV, add the KV namespace ID to wrangler.jsonc, then run npm run deploy.
Key features of Remote MCP Server on Cloudflare
- Local development with live reload
- OAuth login flow (mock for local testing)
- SSE (Server-Sent Events) transport
- Deploy to Cloudflare Workers via Wrangler
- Compatible with MCP Inspector and Claude Desktop
Use cases of Remote MCP Server on Cloudflare
- Deploy a remotely accessible MCP server for AI assistants
- Test MCP tools locally using the MCP Inspector
- Integrate custom tools with Claude Desktop over the internet
FAQ from Remote MCP Server on Cloudflare
What transport protocol does this server use?
It uses SSE (Server-Sent Events) over HTTP.
How do I connect Claude Desktop to the server?
Configure Claude Desktop’s config file with the mcp-remote command and the server’s SSE endpoint (e.g., http://localhost:8787/sse locally, or https://worker-name.account-name.workers.dev/sse after deployment).
What authentication is used?
The server implements OAuth login. For local development, a mock login screen accepts any email and password. After deployment, the OAuth flow uses Cloudflare Workers authentication.
What are the runtime dependencies?
Node.js, npm, and for deployment: wrangler CLI and a Cloudflare KV namespace.
How can I debug connection issues?
Restart Claude, try connecting via npx mcp-remote http://localhost:8787/sse on the command line, or clear credentials stored in ~/.mcp-auth by running rm -rf ~/.mcp-auth.
Frequently asked questions
What transport protocol does this server use?
It uses SSE (Server-Sent Events) over HTTP.
How do I connect Claude Desktop to the server?
Configure Claude Desktop’s config file with the `mcp-remote` command and the server’s SSE endpoint (e.g., `http://localhost:8787/sse` locally, or `https://worker-name.account-name.workers.dev/sse` after deployment).
What authentication is used?
The server implements OAuth login. For local development, a mock login screen accepts any email and password. After deployment, the OAuth flow uses Cloudflare Workers authentication.
What are the runtime dependencies?
Node.js, npm, and for deployment: `wrangler` CLI and a Cloudflare KV namespace.
How can I debug connection issues?
Restart Claude, try connecting via `npx mcp-remote http://localhost:8787/sse` on the command line, or clear credentials stored in `~/.mcp-auth` by running `rm -rf ~/.mcp-auth`.
Basic information
More Cloud & Infrastructure MCP servers
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
Sample Serverless MCP Servers
aws-samplesSample implementations of AI Agents and MCP Servers running on AWS Serverless compute
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 MCP Servers
awslabsOpen source MCP Servers for AWS
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
Comments