MCP.so
ログイン

Remote MCP Server on Cloudflare

@basehub-ai

Remote MCP Server on Cloudflare について

概要はまだありません

基本情報

カテゴリ

クラウドとインフラ

ランタイム

node

トランスポート

stdio

公開者

basehub-ai

設定

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

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

ツール

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

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

概要

What is Remote MCP Server on Cloudflare?

A Model Context Protocol (MCP) server deployed on Cloudflare Workers with built-in OAuth login. It enables developers to run remote MCP servers that can be accessed by 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 the MCP Inspector or Claude Desktop by providing the SSE endpoint URL (e.g. /sse). Deploy to Cloudflare with npm run deploy after creating an OAuth KV namespace.

Key features of Remote MCP Server on Cloudflare

  • Runs MCP server on Cloudflare Workers.
  • OAuth login for secure access.
  • SSE transport for real‑time tool calls.
  • Compatible with MCP Inspector and Claude Desktop.
  • Local development workflow with hot reload.
  • One‑command deployment via Wrangler.

Use cases of Remote MCP Server on Cloudflare

  • Host MCP tools on a globally distributed serverless platform.
  • Connect Claude Desktop to a cloud‑hosted MCP server for remote tools.
  • Develop and test MCP servers locally before deployment.
  • Provide authenticated MCP access to team members or applications.

FAQ from Remote MCP Server on Cloudflare

What dependencies are required?

Node.js, npm, and a Cloudflare account. The project uses nx for local development and wrangler for deployment.

How do I connect Claude Desktop to my remote server?

Add an entry in Claude Desktop’s config file using npx mcp-remote with your Workers URL and the /sse path (e.g. "https://worker-name.account-name.workers.dev/sse").

Where is OAuth state stored?

OAuth state is stored in a Cloudflare KV namespace named OAUTH_KV. You must create this namespace before deploying.

How can I debug connectivity issues?

Restart Claude Desktop, or test the connection directly with npx mcp-remote <URL>. If authentication persists, remove ~/.mcp-auth files and retry.

What transport does the server use?

The server communicates over Server‑Sent Events (SSE). The MCP inspector and client must configure the transport type to SSE and connect to the /sse endpoint.

コメント

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