Remote MCP Server on Cloudflare
@cnndabbler
Remote MCP Server on Cloudflare について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"remote-mcp-server-cnndabbler": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Remote MCP Server on Cloudflare?
Remote MCP Server on Cloudflare is a server that runs on Cloudflare Workers, providing a remote MCP (Model Context Protocol) endpoint with OAuth login. It is designed for developers who want to deploy and connect MCP-compatible clients (like Claude Desktop) to a remote server.
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. Deploy to Cloudflare using npx wrangler kv namespace create OAUTH_KV and npm run deploy. Connect via MCP Inspector (SSE transport) or Claude Desktop using npx mcp-remote pointing to the server’s SSE URL.
Key features of Remote MCP Server on Cloudflare
- OAuth login flow for authentication
- Deployable to Cloudflare Workers
- Local development with hot reload via
npx nx dev - SSE (Server-Sent Events) transport
- Integrates with MCP Inspector and Claude Desktop
- Uses Cloudflare KV for OAuth token storage
Use cases of Remote MCP Server on Cloudflare
- Deploy a remote MCP server with OAuth for external access
- Connect Claude Desktop to a remote MCP server via proxy
- Test MCP tools locally using the MCP Inspector
- Provide a scalable MCP endpoint on Cloudflare’s edge network
FAQ from Remote MCP Server on Cloudflare
How do I connect Claude Desktop to my remote MCP server?
Update Claude’s MCP configuration to use npx mcp-remote with the server’s workers.dev SSE URL. Example: "args": ["mcp-remote", "https://worker-name.account-name.workers.dev/sse"].
What transport does the server use?
The server uses SSE (Server-Sent Events) at the /sse endpoint.
How do I deploy the server to Cloudflare?
First, create a KV namespace with npx wrangler kv namespace create OAUTH_KV and add its ID to wrangler.jsonc. Then run npm run deploy.
How can I debug connection issues?
Restart the client, or test the connection directly with npx mcp-remote http://localhost:8787/sse. Clearing ~/.mcp-auth may also help.
What are the dependencies for local development?
Node.js, npm, and a Cloudflare account (for deployment). The project uses Nx for development orchestration.
「クラウドとインフラ」の他のコンテンツ
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
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.

Aws Kb Retrieval Server
modelcontextprotocolModel Context Protocol Servers
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.
コメント