MCP.so
ログイン

Remote MCP Server on Cloudflare

@Baarilliant-ai

Remote MCP Server on Cloudflare について

概要はまだありません

基本情報

カテゴリ

クラウドとインフラ

ランタイム

node

トランスポート

stdio

公開者

Baarilliant-ai

設定

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

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

ツール

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

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

概要

What is Remote MCP Server on Cloudflare?

A starter repository to run a remote MCP (Model Context Protocol) server on Cloudflare Workers, complete with OAuth login. It is intended for developers who want to deploy a remote MCP server with authentication and connect it to MCP clients like Claude Desktop.

How to use Remote MCP Server on Cloudflare?

Clone the repository, install dependencies with npm install, and run locally with npx nx dev remote-mcp-server. Connect to the server using the MCP Inspector or Claude Desktop via SSE. Deploy to Cloudflare with npm run deploy after creating a KV namespace for OAuth.

Key features of Remote MCP Server on Cloudflare

  • Runs on Cloudflare Workers with OAuth login
  • Local development with SSE transport
  • Connects to MCP Inspector for testing
  • Integrates with Claude Desktop via a local proxy
  • One-command deployment to Cloudflare
  • Supports remote MCP client connections

Use cases of Remote MCP Server on Cloudflare

  • Deploy a remote MCP server with authentication
  • Test MCP tools locally with the MCP Inspector
  • Connect Claude Desktop to a remote MCP server
  • Experiment with Cloudflare Workers as an MCP backend

FAQ from Remote MCP Server on Cloudflare

How do I develop locally?

Clone the repo, run npm install, then start the server with npx nx dev remote-mcp-server. It runs at http://localhost:8787/.

How do I connect the MCP Inspector?

Start the inspector with npx @modelcontextprotocol/inspector, set Transport Type to SSE, enter http://localhost:8787/sse, and click Connect. You will go through a mock login.

How do I connect Claude Desktop to a local server?

Edit your Claude Desktop config file, add an entry with command npx and args ["mcp-remote", "http://localhost:8787/sse"]. Restart Claude and log in via the browser.

How do I deploy to Cloudflare?

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

How can I debug the server?

Restart Claude, or test the connection directly with npx mcp-remote http://localhost:8787/sse. If needed, clear cached auth files with rm -rf ~/.mcp-auth.

コメント

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