MCP.so
ログイン

Remote MCP Server on Cloudflare

@rondweb

Remote MCP Server on Cloudflare について

概要はまだありません

基本情報

カテゴリ

クラウドとインフラ

ランタイム

node

トランスポート

stdio

公開者

rondweb

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "remote-mcp-server-rondweb": {
      "command": "npx",
      "args": [
        "nx",
        "dev",
        "remote-mcp-server"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Remote MCP Server on Cloudflare?

A remote MCP (Model Context Protocol) server deployed on Cloudflare Workers with OAuth login. It allows you to run and connect MCP tools from a cloudflare-based endpoint to clients like Claude Desktop.

How to use Remote MCP Server on Cloudflare?

Clone the repository, install dependencies, run locally with npx nx dev remote-mcp-server, and deploy using npx wrangler kv namespace create OAUTH_KV and npm run deploy. Connect via MCP Inspector or Claude Desktop using SSE transport with a /sse URL.

Key features of Remote MCP Server on Cloudflare

  • Deploy to Cloudflare Workers with OAuth login
  • SSE transport for remote MCP connections
  • Works with MCP Inspector for local testing
  • Connect to Claude Desktop via mcp-remote proxy
  • Mock login screen for development

Use cases of Remote MCP Server on Cloudflare

  • Hosting MCP tools on a scalable serverless platform
  • Testing MCP servers locally with MCP Inspector
  • Integrating custom MCP tools with Claude Desktop
  • Prototyping OAuth‑protected MCP endpoints

FAQ from Remote MCP Server on Cloudflare

How do I connect the MCP Inspector to my server?

Switch the transport type to SSE in the Inspector and enter http://localhost:8787/sse (or your remote URL) as the server URL. After connecting, you will see a mock login screen – enter any email and password to proceed.

How do I deploy the server?

Create a KV namespace with npx wrangler kv namespace create OAUTH_KV, add its ID to wrangler.jsonc, then run npm run deploy. Your server will be available at https://worker-name.account-name.workers.dev.

How can I debug connection issues?

Restart Claude Desktop, or test directly on the command line with npx mcp-remote http://localhost:8787/sse. If problems persist, clear cached auth files with rm -rf ~/.mcp-auth.

How do I connect Claude Desktop to my remote server?

Update the Claude Desktop config file to use the mcp-remote command with your server’s /sse URL, for example: "npx mcp-remote https://worker-name.account-name.workers.dev/sse".

What transport type does the server use?

It uses Server‑Sent Events (SSE). All connection URLs must end with /sse.

コメント

「クラウドとインフラ」の他のコンテンツ