Remote MCP Server on Cloudflare
@jeffpoulton
Remote MCP Server on Cloudflare について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"roster-mcp-server": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Remote MCP Server on Cloudflare?
A remote MCP (Model Context Protocol) server that runs on Cloudflare Workers, complete with OAuth login. It is designed for developers who want to deploy 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 pnpm install, and run locally with npx nx dev remote-mcp-server. For remote access, deploy to Cloudflare Workers using npm run deploy after creating a KV namespace for OAuth. Connect via SSE by pointing the MCP Inspector (npx @modelcontextprotocol/inspector) or Claude Desktop (npx mcp-remote) to the server’s SSE endpoint (/sse).
Key features of Remote MCP Server on Cloudflare?
- Serverless MCP deployment on Cloudflare Workers
- OAuth login integration
- Local development with live reload
- SSE transport for MCP communication
- Works with MCP Inspector and Claude Desktop
- Remote connect from any MCP client
Use cases of Remote MCP Server on Cloudflare?
- Deploy a math toolset accessible from any MCP client
- Connect Claude Desktop to a cloud-hosted MCP server with OAuth
- Test and debug MCP servers locally before deploying
- Build a custom remote MCP server for team use
FAQ from Remote MCP Server on Cloudflare?
How do I develop locally?
Clone the repo, run pnpm install, then npx nx dev remote-mcp-server. Open http://localhost:8787/ to see the server.
How do I connect the MCP Inspector?
Start the inspector with npx @modelcontextprotocol/inspector, set transport type to SSE, and enter http://localhost:8787/sse (or your deployed URL).
How do I connect Claude Desktop to the server?
Add an entry to Claude Desktop’s config with command npx mcp-remote and args pointing to the server’s SSE URL (e.g., http://localhost:8787/sse).
How do I deploy to Cloudflare?
First create a KV namespace with npx wrangler kv namespace create OAUTH_KV, add the namespace ID to wrangler.jsonc, then run npm run deploy.
How can I debug connection issues?
Restart Claude, or test the connection directly with npx mcp-remote <URL>. In rare cases, clear ~/.mcp-auth with rm -rf ~/.mcp-auth.
「クラウドとインフラ」の他のコンテンツ
Awesome DevOps MCP Servers
rohitg00A curated list of awesome MCP servers focused on DevOps tools and capabilities.
MCP Gateway
mcp-ecosystem🧩 MCP Gateway - A lightweight gateway service that instantly transforms existing MCP Servers and APIs into MCP servers with zero code changes. Features Docker deployment and management UI, requiring no infrastructure modifications.
Supabase MCP Server
supabase-communityConnect Supabase to your AI assistants

Aws Kb Retrieval Server
modelcontextprotocolModel Context Protocol Servers
GCP MCP
eniayomiA Model Context Protocol (MCP) server that enables AI assistants like Claude to interact with your Google Cloud Platform environment. This allows for natural language querying and management of your GCP resources during conversations.
コメント