MCP.so
ログイン

Remote MCP Server on Cloudflare

@jlrcnmsn1990

Remote MCP Server on Cloudflare について

概要はまだありません

基本情報

カテゴリ

クラウドとインフラ

ランタイム

node

トランスポート

stdio

公開者

jlrcnmsn1990

設定

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

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

ツール

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

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

概要

What is Remote MCP Server on Cloudflare?

A reference implementation for running a remote MCP server on Cloudflare Workers with OAuth login, enabling clients like Claude Desktop to call tools over HTTP via SSE.

How to use Remote MCP Server on Cloudflare?

Clone the repository, install dependencies, and run locally with npx nx dev remote-mcp-server. Deploy using npm run deploy after creating a KV namespace for OAuth. Connect using MCP Inspector or Claude Desktop by pointing to the SSE endpoint (e.g., http://localhost:8787/sse or your workers.dev URL).

Key features of Remote MCP Server on Cloudflare

  • OAuth login for secure client access
  • Local development with live reload
  • Deploy to Cloudflare Workers
  • Works with MCP Inspector and Claude Desktop
  • Supports SSE transport for remote MCP clients

Use cases of Remote MCP Server on Cloudflare

  • Host a remote MCP server accessible over the internet
  • Allow Claude Desktop to call custom tools via HTTP
  • Prototype an MCP server with OAuth authentication
  • Teach MCP client-server architecture with a real deployment

FAQ from Remote MCP Server on Cloudflare

How is Remote MCP Server on Cloudflare different from a local MCP server?

It runs on Cloudflare Workers instead of your local machine, enabling remote access and OAuth login.

What runtime or dependencies are required?

Node.js, npm, and optionally Cloudflare Wrangler CLI for deployment.

Where is OAuth data stored?

In a Cloudflare KV namespace named OAUTH_KV that you create during deployment.

What transport does the server use?

Server-Sent Events (SSE) – connect to the /sse endpoint of the server.

How do I debug connection issues?

Restart Claude or use npx mcp-remote http://localhost:8787/sse from the command line. Clear ~/.mcp-auth if needed.

コメント

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