Remote MCP Server on Cloudflare
@Baarilliant-ai
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-baarilliant-ai": {
"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 starter repository to run a remote MCP (Model Context Protocol) server on Cloudflare Workers, complete with OAuth login. It is intended for developers who want to deploy a remote MCP server with authentication and connect it to MCP clients like Claude Desktop.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies with npm install, and run locally with npx nx dev remote-mcp-server. Connect to the server using the MCP Inspector or Claude Desktop via SSE. Deploy to Cloudflare with npm run deploy after creating a KV namespace for OAuth.
Key features of Remote MCP Server on Cloudflare
- Runs on Cloudflare Workers with OAuth login
- Local development with SSE transport
- Connects to MCP Inspector for testing
- Integrates with Claude Desktop via a local proxy
- One-command deployment to Cloudflare
- Supports remote MCP client connections
Use cases of Remote MCP Server on Cloudflare
- Deploy a remote MCP server with authentication
- Test MCP tools locally with the MCP Inspector
- Connect Claude Desktop to a remote MCP server
- Experiment with Cloudflare Workers as an MCP backend
FAQ from Remote MCP Server on Cloudflare
How do I develop locally?
Clone the repo, run npm install, then start the server with npx nx dev remote-mcp-server. It runs at http://localhost:8787/.
How do I connect the MCP Inspector?
Start the inspector with npx @modelcontextprotocol/inspector, set Transport Type to SSE, enter http://localhost:8787/sse, and click Connect. You will go through a mock login.
How do I connect Claude Desktop to a local server?
Edit your Claude Desktop config file, add an entry with command npx and args ["mcp-remote", "http://localhost:8787/sse"]. Restart Claude and log in via the browser.
How do I deploy to Cloudflare?
Create a KV namespace with npx wrangler kv namespace create OAUTH_KV, add its ID to wrangler.jsonc, then run npm run deploy.
How can I debug the server?
Restart Claude, or test the connection directly with npx mcp-remote http://localhost:8787/sse. If needed, clear cached auth files with rm -rf ~/.mcp-auth.
More Cloud & Infrastructure MCP servers
Run Model Context Protocol (MCP) servers with AWS Lambda
awslabsRun existing Model Context Protocol (MCP) stdio-based servers in AWS Lambda functions
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
Firebase MCP
gannonh🔥 Model Context Protocol (MCP) server for Firebase.
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.
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.
Comments