Remote MCP Server on Cloudflare
@taubermatt
Remote MCP Server on Cloudflare について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"my-mcp-server-taubermatt": {
"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 for deploying a remote MCP (Model Context Protocol) server on Cloudflare Workers, complete with OAuth login. It is intended for developers who want to run an MCP server accessible from remote clients such as the MCP Inspector or Claude Desktop.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies with npm install, then run locally with npx nx dev remote-mcp-server. For remote access, deploy to Cloudflare using npx wrangler kv namespace create OAUTH_KV, add the KV namespace ID to wrangler.jsonc, and run npm run deploy. Connect clients like MCP Inspector or Claude Desktop via SSE at the /sse endpoint.
Key features of Remote MCP Server on Cloudflare
- Runs on Cloudflare Workers for serverless deployment.
- Integrates OAuth login for secure access.
- Supports local development with live reload.
- Works with MCP Inspector for tool discovery and testing.
- Connects to Claude Desktop via a local proxy (
mcp-remote). - Uses SSE (Server-Sent Events) transport.
Use cases of Remote MCP Server on Cloudflare
- Host a remote MCP server with OAuth authentication.
- Test MCP tools locally with the MCP Inspector.
- Connect custom tools to Claude Desktop over the internet.
- Deploy a production-ready remote MCP endpoint.
FAQ from Remote MCP Server on Cloudflare
How do I run the server locally?
Clone the repo, run npm install, then execute npx nx dev remote-mcp-server and open http://localhost:8787/.
How do I connect the MCP Inspector to my local server?
Start npx @modelcontextprotocol/inspector, switch transport to SSE, enter http://localhost:8787/sse, and log in with any email/password (mock auth).
How do I connect Claude Desktop to the server?
Add a configuration entry to Claude Desktop's config file using npx mcp-remote with the local or remote URL (e.g., http://localhost:8787/sse or https://worker-name.account-name.workers.dev/sse).
How do I deploy to Cloudflare?
Create a KV namespace with npx wrangler kv namespace create OAUTH_KV, add its ID to wrangler.jsonc, and run npm run deploy.
What if something goes wrong?
Try restarting Claude, clear ~/.mcp-auth with rm -rf ~/.mcp-auth, or test the server directly with npx mcp-remote <url>.
「クラウドとインフラ」の他のコンテンツ
Supabase MCP Server
supabase-communityConnect Supabase to your AI assistants

Aws Kb Retrieval Server
modelcontextprotocolModel Context Protocol Servers
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 MCP Servers
awslabsOpen source MCP Servers for AWS
AWS MCP
RafalWilinskiTalk with your AWS using Claude. Model Context Protocol (MCP) server for AWS. Better Amazon Q alternative.
コメント