Remote MCP Server on Cloudflare
@niwaip
Remote MCP Server on Cloudflare について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"remote-mcp-server-niwaip": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Remote MCP Server on Cloudflare?
It is a server that implements the Model Context Protocol (MCP) and runs on Cloudflare Workers, complete with OAuth login. It allows remote MCP clients to connect and call tools.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies, and run locally with npx nx dev remote-mcp-server. Connect using the MCP Inspector (SSE transport) or configure Claude Desktop with npx mcp-remote pointing to the local or deployed /sse URL. Deploy to Cloudflare using npm run deploy after creating a KV namespace for OAuth state.
Key features of Remote MCP Server on Cloudflare
- Runs on Cloudflare Workers for global edge deployment.
- Includes OAuth login for authentication.
- Supports SSE (Server-Sent Events) transport.
- Can be developed locally with the MCP Inspector.
- Integrates with Claude Desktop via a local proxy (mcp-remote).
- Uses Cloudflare KV for OAuth state storage.
Use cases of Remote MCP Server on Cloudflare
- Deploying a remote MCP server accessible over the internet.
- Providing tool access to MCP clients like Claude Desktop.
- Developing and testing MCP tools locally before deployment.
- Creating a math tool server (as shown with an add tool example).
FAQ from Remote MCP Server on Cloudflare
How do I connect Claude Desktop to my local MCP server?
Edit Claude Desktop config to use npx mcp-remote with the local SSE URL http://localhost:8787/sse.
What transport type does the MCP Inspector use?
SSE (Server-Sent Events). In the inspector, switch Transport Type to SSE and enter the /sse URL.
How do I deploy to Cloudflare?
Use npx wrangler kv namespace create OAUTH_KV, add the namespace ID to wrangler.jsonc, then npm run deploy.
How can I debug connection issues?
Restart Claude, try connecting with npx mcp-remote http://localhost:8787/sse on the command line, or clear ~/.mcp-auth files.
What runtime does this require?
It runs on Cloudflare Workers; local development requires Node.js and npm.
「クラウドとインフラ」の他のコンテンツ
Cloudflare MCP Server
cloudflareMCP Gateway
mcp-ecosystem🧩 MCP Gateway - A lightweight gateway service that instantly transforms existing MCP Servers and APIs into MCP servers with zero code changes. Features Docker deployment and management UI, requiring no infrastructure modifications.
Supabase MCP Server
coleam00Supabase MCP server created in Python.
AWS MCP Servers
awslabsOpen source MCP Servers for AWS
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.
コメント