MCP.so
ログイン

Remote MCP Server on Cloudflare

@dlipka

Remote MCP Server on Cloudflare について

概要はまだありません

基本情報

カテゴリ

クラウドとインフラ

ランタイム

node

トランスポート

stdio

公開者

dlipka

設定

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

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

ツール

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

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

概要

What is Remote MCP Server on Cloudflare?

Remote MCP Server on Cloudflare lets you deploy a Model Context Protocol server on Cloudflare Workers with OAuth login. It provides a way to run and expose MCP tools remotely, connectable via SSE transport from clients like the MCP Inspector or Claude Desktop.

How to use Remote MCP Server on Cloudflare?

To set it up locally, clone the repository, install dependencies with pnpm install, and run npx nx dev remote-mcp-server. Connect using the MCP Inspector with SSE transport at http://localhost:8787/sse, or configure Claude Desktop with the mcp-remote proxy pointing to the local SSE URL. For production, deploy with npm run deploy after creating a KV namespace for OAuth storage.

Key features of Remote MCP Server on Cloudflare

  • Runs MCP server on Cloudflare Workers with OAuth authentication
  • Supports SSE transport for remote MCP clients
  • Works with MCP Inspector and Claude Desktop
  • Deployable from local development to production

Use cases of Remote MCP Server on Cloudflare

  • Expose MCP tools to Claude Desktop via a remote server
  • Test MCP server endpoints locally before deploying
  • Create a shareable, authenticated MCP tool API on Cloudflare’s edge

FAQ from Remote MCP Server on Cloudflare

How do I connect a remote client to the server?

Use the MCP Inspector with SSE transport, entering your deployed Workers URL (e.g., https://worker-name.account-name.workers.dev/sse) as the server URL. For Claude Desktop, configure mcp-remote with the same URL.

What authentication does the server use?

It uses OAuth login. Locally, you get a mock login screen; on Cloudflare, it uses real OAuth. Credentials are stored in a KV namespace.

What are the runtime requirements?

You need Node.js, pnpm, and a Cloudflare account with wrangler CLI installed. For local development, the MCP Inspector and mcp-remote npx packages are used.

Does this server support transports other than SSE?

The README only demonstrates SSE transport for both local and remote connections.

Where is user data stored?

OAuth session data is stored in a Cloudflare KV namespace configured during deployment (OAUTH_KV).

コメント

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