Remote MCP Server on Cloudflare
@joe960913
Remote MCP Server on Cloudflare について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"remote-mcp-server-joe960913": {
"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 codebase for deploying a Model Context Protocol (MCP) server on Cloudflare Workers, complete with OAuth login. It enables developers to host MCP tools remotely and connect them to clients like Claude Desktop.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies with npm install, and run locally via npx nx dev remote-mcp-server. Use the MCP Inspector (npx @modelcontextprotocol/inspector) with SSE transport at http://localhost:8787/sse. For production, deploy with npx wrangler kv namespace create OAUTH_KV, update wrangler.jsonc, and run npm run deploy. Connect Claude Desktop by adding an mcpServers entry pointing to https://your-worker.workers.dev/sse using npx mcp-remote.
Key features of Remote MCP Server on Cloudflare
- Runs MCP server on Cloudflare Workers.
- Includes OAuth login integration.
- Supports SSE transport for remote access.
- Works with MCP Inspector for testing.
- Connects to Claude Desktop via remote proxy.
- Uses Cloudflare KV for OAuth state.
Use cases of Remote MCP Server on Cloudflare
- Hosting custom MCP tools on a serverless platform.
- Prototyping remote MCP servers with authentication.
- Integrating Claude Desktop with externally hosted MCP tools.
- Testing MCP server functionality using the MCP Inspector.
- Deploying a production-ready remote MCP server.
FAQ from Remote MCP Server on Cloudflare
How do I run the server locally?
Clone the repo, install dependencies, and run npx nx dev remote-mcp-server. The server will be available at http://localhost:8787/.
How do I connect Claude Desktop to the server?
Add an entry to your Claude Desktop config file using "npx mcp-remote" with the SSE URL of your server (e.g., http://localhost:8787/sse for local, or the workers.dev URL after deployment). Restart Claude.
How do I deploy the server to Cloudflare?
Create a Cloudflare KV namespace with npx wrangler kv namespace create OAUTH_KV, add the namespace ID to wrangler.jsonc, then run npm run deploy. Your server will be available at worker-name.account-name.workers.dev.
How do I test the server with MCP Inspector?
Run npx @modelcontextprotocol/inspector, set Transport Type to SSE, enter your server’s /sse URL, and click Connect. Complete the OAuth login to list and call tools.
How do I debug connection issues?
Try restarting Claude, or connect directly via CLI using npx mcp-remote with the SSE URL. In rare cases, clear local authentication files with rm -rf ~/.mcp-auth.
「クラウドとインフラ」の他のコンテンツ
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
aws-finops-mcp-server
ravikiranvmAn MCP (Model Context Protocol) server that brings powerful AWS FinOps capabilities directly into your AI assistant. Analyze cloud costs, audit for waste, and get budget insights using natural language, all while keeping your credentials secure on your local machine.
container-use
daggerDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
Awesome DevOps MCP Servers
rohitg00A curated list of awesome MCP servers focused on DevOps tools and capabilities.
AWS MCP Servers
awslabsOpen source MCP Servers for AWS
コメント