Remote MCP Server on Cloudflare
@Laity624
Remote MCP Server on Cloudflare について
MCP test
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"my-mcp-server-laity624": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Remote MCP Server on Cloudflare?
Remote MCP Server on Cloudflare is a guide and template to deploy an MCP (Model Context Protocol) server on Cloudflare Workers with OAuth login, enabling secure, remote tool access for AI assistants.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies, and run locally with npx nx dev remote-mcp-server. Connect using the MCP Inspector or Claude Desktop by providing the SSE URL (e.g., http://localhost:8787/sse). For deployment, create a KV namespace with npx wrangler kv namespace create OAUTH_KV, add its ID to wrangler.jsonc, then run npm run deploy.
Key features of Remote MCP Server on Cloudflare
- Deploy MCP server on Cloudflare Workers
- OAuth login for secure authentication
- Local development with MCP Inspector
- Connect Claude Desktop via a remote proxy
- SSE (Server-Sent Events) transport
- Simple configuration with wrangler.jsonc
Use cases of Remote MCP Server on Cloudflare
- Run MCP tools on a globally distributed edge network
- Provide authenticated tool access to AI assistants
- Prototype and test MCP servers locally before deploying
- Integrate with Claude Desktop for remote tool calling
FAQ from Remote MCP Server on Cloudflare
What are the prerequisites to use this server?
You need Node.js, npm, and, for deployment, a Cloudflare account. The server uses Cloudflare Workers and KV for OAuth.
What transport protocol does the server use?
It uses Server-Sent Events (SSE) for communication between the MCP client and server.
How do I connect Claude Desktop to the remote server?
Edit Claude Desktop’s config file to include a new MCP server entry with the command npx mcp-remote and the argument pointing to your worker’s /sse URL (e.g., https://worker-name.account-name.workers.dev/sse).
Can I test the server locally?
Yes, run npx nx dev remote-mcp-server to start on http://localhost:8787/ and test with the MCP Inspector or Claude Desktop using the local SSE URL.
How do I deploy the server to Cloudflare?
Create a KV namespace (npx wrangler kv namespace create OAUTH_KV), add the namespace ID to wrangler.jsonc, then run npm run deploy. The server will be available at your workers.dev URL.
「クラウドとインフラ」の他のコンテンツ
🐋 Docker MCP server
ckreilingMCP server for Docker
K8s MCP Server
alexei-ledK8s-mcp-server is a Model Context Protocol (MCP) server that enables AI assistants like Claude to securely execute Kubernetes commands. It provides a bridge between language models and essential Kubernetes CLI tools including kubectl, helm, istioctl, and argocd, allowing AI syste
container-use
aluzzardiDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
Supabase MCP Server
coleam00Supabase MCP server created in Python.
AWS MCP Servers
awslabsOpen source MCP Servers for AWS
コメント