Remote MCP Server on Cloudflare
@anishone
Remote MCP Server on Cloudflare について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"remote-mcp-server-test1": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Remote MCP Server on Cloudflare?
A template for deploying a remote MCP (Model Context Protocol) server on Cloudflare Workers with OAuth login, enabling secure tool access from any MCP client.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies, run locally with npx nx dev remote-mcp-server, then deploy via npm run deploy. Connect clients using the SSE endpoint (e.g., http://localhost:8787/sse). Use the MCP Inspector or configure Claude Desktop with a mcp-remote proxy to the server’s URL.
Key features of Remote MCP Server on Cloudflare
- OAuth login for secure remote access
- Deployable to Cloudflare Workers (edge network)
- Uses SSE (Server-Sent Events) transport
- Local development with MCP Inspector support
- Integration with Claude Desktop via
mcp-remoteproxy - Mock authentication for testing
Use cases of Remote MCP Server on Cloudflare
- Running remote MCP tools accessible from any MCP client
- Providing a secure, authenticated MCP server on the edge
- Testing MCP tool integration with Cloudflare Workers
- Deploying custom MCP servers with OAuth authentication
FAQ from Remote MCP Server on Cloudflare
What transport protocol does the server use?
The server uses SSE (Server-Sent Events) transport, with the endpoint /sse.
How do I deploy to Cloudflare?
Run npx wrangler kv namespace create OAUTH_KV, add the KV namespace ID to wrangler.jsonc, then run npm run deploy.
How do I connect Claude Desktop to the server?
Configure Claude Desktop’s mcpServers with the mcp-remote command and the server’s SSE URL (e.g., http://localhost:8787/sse locally or https://worker-name.account-name.workers.dev/sse when deployed).
How do I debug connection issues?
Restart Claude, or test the connection using npx mcp-remote <url>. If needed, clear cached auth files with rm -rf ~/.mcp-auth.
Does the server require authentication?
Yes, it includes OAuth login. Locally, a mock login screen accepts any email and password; when deployed, real OAuth is used.
「クラウドとインフラ」の他のコンテンツ
🐳 docker-mcp
QuantGeekDevA docker MCP Server (modelcontextprotocol)
AWS MCP
RafalWilinskiTalk with your AWS using Claude. Model Context Protocol (MCP) server for AWS. Better Amazon Q alternative.
Supabase MCP Server
coleam00Supabase MCP server created in Python.
Sample Serverless MCP Servers
aws-samplesSample implementations of AI Agents and MCP Servers running on AWS Serverless compute
container-use
daggerDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
コメント