MCP.so
ログイン

Remote MCP Server on Cloudflare

@bereketDeneke

Remote MCP Server on Cloudflare について

概要はまだありません

基本情報

カテゴリ

クラウドとインフラ

ランタイム

node

トランスポート

stdio

公開者

bereketDeneke

設定

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

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

ツール

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

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

概要

What is Remote MCP Server on Cloudflare?

This server helps you set up a remote MCP (Model Context Protocol) server on Cloudflare Workers complete with OAuth login. It is intended for developers who want to run MCP servers remotely and connect them to MCP clients like Claude Desktop or the MCP Inspector.

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. Deploy to Cloudflare using npx wrangler kv namespace create OAUTH_KV and npm run deploy. Connect clients (MCP Inspector, Claude Desktop) by pointing them to the server’s /sse endpoint, optionally via the mcp-remote proxy tool.

Key features of Remote MCP Server on Cloudflare

  • Runs on Cloudflare Workers with OAuth login
  • Uses SSE (Server‑Sent Events) for transport
  • Supports local development and Cloudflare deployment
  • Integrates with MCP Inspector for testing
  • Connects to Claude Desktop via mcp-remote proxy
  • Uses Cloudflare KV for OAuth state management

Use cases of Remote MCP Server on Cloudflare

  • Deploy a remote, OAuth‑protected MCP server for AI tool calling
  • Test and debug your MCP server with the MCP Inspector
  • Connect Claude Desktop to a remotely hosted MCP server over HTTP
  • Develop an MCP server locally before deploying to production

FAQ from Remote MCP Server on Cloudflare

What does this server do?

It provides a ready‑to‑deploy MCP server on Cloudflare Workers, including OAuth login for authenticating clients.

What dependencies are required?

Node.js, npm, a Cloudflare account, and the Wrangler CLI (npx wrangler) are needed for development and deployment.

How is data stored?

The server uses a Cloudflare KV namespace (created with npx wrangler kv namespace create OAUTH_KV) to manage OAuth state.

What transport protocol does it use?

The server communicates over SSE (Server‑Sent Events) at the /sse endpoint.

Can I connect Claude Desktop to this server?

Yes. Use the mcp-remote helper (npx mcp-remote https://your-worker.workers.dev/sse) in Claude Desktop’s configuration file.

コメント

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