Remote MCP Server on Cloudflare
@PredictabilityAtScale
Remote MCP Server on Cloudflare について
概要はまだありません
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"remote-mcp-server-predictabilityatscale": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Remote MCP Server on Cloudflare?
Remote MCP Server on Cloudflare is a reference implementation that runs a Model Context Protocol server on Cloudflare Workers with built-in OAuth login. It allows developers to quickly deploy a remote MCP server and connect it to clients like Claude Desktop or the MCP Inspector.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies with npm install, and run locally with npx nx dev remote-mcp-server. 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. Connect clients using the /sse endpoint of your local or deployed URL.
Key features of Remote MCP Server on Cloudflare
- Runs on Cloudflare Workers for serverless deployment.
- Includes OAuth login for secure access.
- Supports SSE (Server-Sent Events) transport.
- Works with MCP Inspector for local testing.
- Connects to Claude Desktop via a local proxy (
mcp-remote). - Fully documented with local development and debugging steps.
Use cases of Remote MCP Server on Cloudflare
- Deploy a remote MCP server with OAuth to expose tools to AI assistants.
- Test MCP tools locally using the MCP Inspector.
- Integrate custom tools into Claude Desktop through a remote endpoint.
- Prototype and iterate quickly with a scalable, serverless architecture.
FAQ from Remote MCP Server on Cloudflare
How do I connect the MCP Inspector?
Open the MCP Inspector, switch Transport Type to SSE, enter http://localhost:8787/sse (or your deployed URL with /sse), and click "Connect". You will be redirected to a (mock) login screen; input any email and password to log in.
How do I connect Claude Desktop to my server?
Add a configuration entry in Claude Desktop’s settings file. Use npx mcp-remote as the command and your server’s URL with /sse as an argument (e.g., "args": ["mcp-remote", "http://localhost:8787/sse"]). Restart Claude Desktop; a browser window will open for OAuth login.
How do I deploy the server to Cloudflare?
Create a KV namespace with npx wrangler kv namespace create OAUTH_KV, copy the returned ID into wrangler.jsonc, then run npm run deploy. The server will be available at your workers.dev URL.
What debugging tips are available?
Restart Claude Desktop if connections fail. Test directly from the command line using npx mcp-remote http://localhost:8787/sse. In rare cases, clear authentication files with rm -rf ~/.mcp-auth.
Does the server support OAuth authentication?
Yes, the server includes OAuth login. On first connection, clients (Inspector or Claude Desktop) are redirected to a login screen. For local development, a mock login accepts any email and password.
よくある質問
How do I connect the MCP Inspector?
Open the MCP Inspector, switch Transport Type to `SSE`, enter `http://localhost:8787/sse` (or your deployed URL with `/sse`), and click "Connect". You will be redirected to a (mock) login screen; input any email and password to log in.
How do I connect Claude Desktop to my server?
Add a configuration entry in Claude Desktop’s settings file. Use `npx mcp-remote` as the command and your server’s URL with `/sse` as an argument (e.g., `"args": ["mcp-remote", "http://localhost:8787/sse"]`). Restart Claude Desktop; a browser window will open for OAuth login.
How do I deploy the server to Cloudflare?
Create a KV namespace with `npx wrangler kv namespace create OAUTH_KV`, copy the returned ID into `wrangler.jsonc`, then run `npm run deploy`. The server will be available at your workers.dev URL.
What debugging tips are available?
Restart Claude Desktop if connections fail. Test directly from the command line using `npx mcp-remote http://localhost:8787/sse`. In rare cases, clear authentication files with `rm -rf ~/.mcp-auth`.
Does the server support OAuth authentication?
Yes, the server includes OAuth login. On first connection, clients (Inspector or Claude Desktop) are redirected to a login screen. For local development, a mock login accepts any email and password.
基本情報
「クラウドとインフラ」の他のコンテンツ
Mcp K8s Go
strowkMCP server connecting to Kubernetes
Query | MCP server for Supabase
alexander-zuevQuery MCP enables end-to-end management of Supabase via chat interface: read & write query executions, management API support, automatic migration versioning, access to logs and much more.
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.
Sample Serverless MCP Servers
aws-samplesSample implementations of AI Agents and MCP Servers running on AWS Serverless compute
AWS Model Context Protocol (MCP) Server
alexei-ledA lightweight service that enables AI assistants to execute AWS CLI commands (in safe containerized environment) through the Model Context Protocol (MCP). Bridges Claude, Cursor, and other MCP-aware AI tools with AWS CLI for enhanced cloud infrastructure management.
コメント