Remote MCP Server on Cloudflare
@MFLS2023
Remote MCP Server on Cloudflare について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"remote-mcp-server-mfls2023": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Remote MCP Server on Cloudflare?
Remote MCP Server on Cloudflare is a setup to run a remote MCP (Model Context Protocol) server on Cloudflare Workers with OAuth login. It is intended for developers who want to host an MCP server remotely and connect it to MCP clients such as Claude Desktop.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies, and run locally with npx nx dev remote-mcp-server. To deploy, create a KV namespace (npx wrangler kv namespace create OAUTH_KV), add its ID to wrangler.jsonc, then run npm run deploy. Connect clients via SSE URL (e.g., worker-name.account-name.workers.dev/sse) using npx @modelcontextprotocol/inspector for testing or npx mcp-remote <sse-url> for Claude Desktop.
Key features of Remote MCP Server on Cloudflare
- Run MCP server on Cloudflare Workers with OAuth login.
- Local development and testing with MCP Inspector via SSE.
- Connect Claude Desktop using the mcp-remote proxy.
- Deploy with simple Wrangler command and npm scripts.
- OAuth data persisted through Cloudflare KV namespace.
Use cases of Remote MCP Server on Cloudflare
- Host custom MCP tools accessible from remote AI clients.
- Test MCP server locally before production deployment.
- Connect Claude Desktop to a secure remote MCP server.
- Provide OAuth‑protected MCP endpoints for AI assistants.
FAQ from Remote MCP Server on Cloudflare
How do I run the server locally?
Run npx nx dev remote-mcp-server and open http://localhost:8787/ in your browser.
How do I test with MCP Inspector?
Run npx @modelcontextprotocol/inspector, select SSE transport, enter http://localhost:8787/sse as the URL, click Connect, and log in with any email and password.
How do I connect Claude Desktop to the server?
Add a configuration entry in Claude’s settings using npx mcp-remote with the SSE URL – http://localhost:8787/sse for local, or https://worker-name.account-name.workers.dev/sse for remote.
How do I deploy to Cloudflare?
Create a KV namespace with npx wrangler kv namespace create OAUTH_KV, add the returned ID to wrangler.jsonc, then run npm run deploy.
What if something goes wrong?
Restart Claude, test connectivity
「クラウドとインフラ」の他のコンテンツ
Cloudflare MCP Server
cloudflareSupabase MCP Server
supabase-communityConnect Supabase to your AI assistants
container-use
aluzzardiDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
🐳 docker-mcp
QuantGeekDevA docker MCP Server (modelcontextprotocol)

Aws Kb Retrieval Server
modelcontextprotocolModel Context Protocol Servers
コメント