MCP.so
ログイン

Remote MCP Server on Cloudflare

@kolipakakondal

Remote MCP Server on Cloudflare について

概要はまだありません

基本情報

カテゴリ

クラウドとインフラ

ランタイム

node

トランスポート

stdio

公開者

kolipakakondal

設定

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

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

ツール

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

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

概要

What is Remote MCP Server on Cloudflare?

Remote MCP Server on Cloudflare is a Model Context Protocol server that runs on Cloudflare Workers with OAuth login, enabling AI clients to call tools remotely via HTTP.

How to use Remote MCP Server on Cloudflare?

Clone the repository, install dependencies, and run locally with npx nx dev remote-mcp-server. Deploy to Cloudflare using npx wrangler kv namespace create OAUTH_KV and npm run deploy. Connect clients like the MCP Inspector or Claude Desktop using the /sse endpoint and the mcp-remote proxy.

Key features of Remote MCP Server on Cloudflare

  • Runs on Cloudflare Workers with OAuth authentication.
  • Supports SSE transport for remote MCP clients.
  • Works with MCP Inspector and Claude Desktop.
  • Includes local development with mock login.
  • Deployable using Wrangler KV and npm run deploy.

Use cases of Remote MCP Server on Cloudflare

  • Deploy a remote MCP server accessible from anywhere via Cloudflare Workers.
  • Test MCP tools locally using the MCP Inspector.
  • Connect Claude Desktop to a remote MCP server for tool‑based tasks.
  • Add OAuth login to a custom MCP server.

FAQ from Remote MCP Server on Cloudflare

How do I run the server locally?

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

How do I connect the MCP Inspector?

Start the inspector with npx @modelcontextprotocol/inspector, set Transport Type to SSE, enter http://localhost:8787/sse (or your remote URL), and log in with any email/password.

How do I connect Claude Desktop?

Edit your Claude configuration file to add an MCP server with command: "npx", args: ["mcp-remote", "http://localhost:8787/sse"] (or your remote URL). A browser will open for login.

How do I deploy to Cloudflare?

Create a KV namespace with npx wrangler kv namespace create OAUTH_KV, add the ID to wrangler.jsonc, then run npm run deploy.

What should I do if something goes wrong?

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

コメント

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