Remote MCP Server on Cloudflare
@Steak8859
About Remote MCP Server on Cloudflare
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"harrisonaix-mcp-server": {
"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 that runs on Cloudflare Workers with OAuth login, enabling tool calls from MCP clients like Claude Desktop.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies, and run locally with npx nx dev remote-mcp-server. Connect via the MCP Inspector using SSE at http://localhost:8787/sse, or configure Claude Desktop with a local proxy using npx mcp-remote pointing to the same URL. Deploy to Cloudflare with npm run deploy after setting up a KV namespace.
Key features of Remote MCP Server on Cloudflare
- Local development with SSE transport
- OAuth login for authentication
- MCP Inspector integration for testing tools
- Claude Desktop connectivity via remote proxy
- Deployment to Cloudflare Workers
Use cases of Remote MCP Server on Cloudflare
- Test MCP tools locally using the MCP Inspector
- Connect Claude Desktop to a remote math tool
- Deploy a production-ready MCP server on Cloudflare
- Access the server from any SSE-capable MCP client
FAQ from Remote MCP Server on Cloudflare
How do I authenticate with the server?
The server uses OAuth login, presenting a mock user/password screen during local development for authentication.
What dependencies are required?
Requires Node.js, npm, and npx. For deployment, the Cloudflare Wrangler CLI is needed.
Where is state stored?
State is stored using a Cloudflare KV namespace called OAUTH_KV, which must be configured in the wrangler.jsonc file.
What transport does the server use?
The server uses SSE (Server-Sent Events) transport via the /sse endpoint.
How do I debug connection issues?
Restart Claude Desktop or test connectivity directly with npx mcp-remote. Clearing the files in ~/.mcp-auth can resolve rare authentication issues.
Frequently asked questions
How do I authenticate with the server?
The server uses OAuth login, presenting a mock user/password screen during local development for authentication.
What dependencies are required?
Requires Node.js, npm, and npx. For deployment, the Cloudflare Wrangler CLI is needed.
Where is state stored?
State is stored using a Cloudflare KV namespace called `OAUTH_KV`, which must be configured in the `wrangler.jsonc` file.
What transport does the server use?
The server uses SSE (Server-Sent Events) transport via the `/sse` endpoint.
How do I debug connection issues?
Restart Claude Desktop or test connectivity directly with `npx mcp-remote`. Clearing the files in `~/.mcp-auth` can resolve rare authentication issues.
Basic information
More Cloud & Infrastructure MCP servers
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
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.
Firebase MCP
gannonh🔥 Model Context Protocol (MCP) server for Firebase.
AWS MCP
RafalWilinskiTalk with your AWS using Claude. Model Context Protocol (MCP) server for AWS. Better Amazon Q alternative.
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
Comments