MCP.so
ログイン

Remote MCP Server on Cloudflare

@zaijunxin

Remote MCP Server on Cloudflare について

概要はまだありません

基本情報

カテゴリ

クラウドとインフラ

ランタイム

node

トランスポート

stdio

公開者

zaijunxin

設定

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

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

ツール

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

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

概要

What is Remote MCP Server on Cloudflare?

A project that deploys a remote Model Context Protocol (MCP) server on Cloudflare Workers with OAuth login. It helps developers build, test locally, and deploy server-side MCP tools accessible from Claude Desktop or other MCP clients.

How to use Remote MCP Server on Cloudflare?

Clone the repository, install dependencies with npm install, then run locally with npx nx dev remote-mcp-server. Test via MCP Inspector using SSE transport and http://localhost:8787/sse. Deploy by creating an OAUTH_KV namespace with npx wrangler kv namespace create OAUTH_KV, adding the ID to wrangler.jsonc, then running npm run deploy.

Key features of Remote MCP Server on Cloudflare

  • Runs MCP server on Cloudflare Workers
  • Includes OAuth user login flow
  • Supports SSE transport for clients
  • Deployable to a workers.dev URL
  • Works with MCP Inspector and Claude Desktop
  • Local development with mock login

Use cases of Remote MCP Server on Cloudflare

  • Deploy secure, remote MCP tools accessible over the internet
  • Build and test MCP tools locally before cloud deployment
  • Connect Claude Desktop to a remote MCP server via a local proxy
  • Use MCP Inspector to explore and call server tools remotely

FAQ from Remote MCP Server on Cloudflare

How do I run the server locally?

Clone the repo, install dependencies, and run npx nx dev remote-mcp-server. Open http://localhost:8787/ in a browser.

How do I deploy to Cloudflare?

Create an OAUTH_KV namespace with npx wrangler kv namespace create OAUTH_KV, add its ID to wrangler.jsonc, then run npm run deploy.

How do I connect Claude Desktop to the server?

Configure Claude Desktop's mcpServers to use the mcp-remote package with the SSE URL (e.g., http://localhost:8787/sse locally or https://worker-name.account-name.workers.dev/sse remote).

How do I test the server with MCP Inspector?

Start the inspector with npx @modelcontextprotocol/inspector, set Transport Type to SSE, enter the server URL with /sse, and click "Connect".

How do I debug connection issues?

Restart Claude, try connecting directly with npx mcp-remote <url>, or clear stored data with rm -rf ~/.mcp-auth.

コメント

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