Remote MCP Server on Cloudflare
@bydymainit2
Remote MCP Server on Cloudflare について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"remote-mcp-server-bydymainit2": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Remote MCP Server on Cloudflare?
Remote MCP Server on Cloudflare is a starter kit for running a remote Model Context Protocol (MCP) server on Cloudflare Workers with OAuth login. It is designed for developers who want to host an MCP server that can be accessed remotely and integrated with clients like Claude Desktop.
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. Deploy to Cloudflare Workers by creating a KV namespace for OAuth with npx wrangler kv namespace create OAUTH_KV, adding the namespace ID to wrangler.jsonc, and running npm run deploy. Connect clients via SSE at the /sse endpoint.
Key features of Remote MCP Server on Cloudflare
- Deploy a remote MCP server on Cloudflare Workers.
- Built-in OAuth login flow.
- Local development with hot-reload.
- Connect via MCP Inspector or Claude Desktop.
- Simple deployment with Wrangler CLI.
Use cases of Remote MCP Server on Cloudflare
- Hosting a math or utility tool for AI clients like Claude.
- Creating a remote MCP server accessible over the internet.
- Prototyping MCP servers with Cloudflare’s global edge network.
- Integrating OAuth-protected MCP tools with desktop assistants.
FAQ from Remote MCP Server on Cloudflare
How do I develop locally?
Clone the repository, run npm install in the ai directory, then execute npx nx dev remote-mcp-server. The server will be available at http://localhost:8787/.
How do I connect the MCP Inspector to my local server?
Start the MCP Inspector with npx @modelcontextprotocol/inspector, set Transport Type to SSE, enter http://localhost:8787/sse as the server URL, and click “Connect”. You can then log in with any email and password.
How do I deploy the server to Cloudflare Workers?
Create a KV namespace with npx wrangler kv namespace create OAUTH_KV, add the namespace ID to wrangler.jsonc, and run npm run deploy. The server will be available at a workers.dev URL.
How do I connect Claude Desktop to the remote server?
Update Claude Desktop’s configuration file (Settings > Developer > Edit Config) with a mcpServers entry using mcp-remote as the command and the server’s /sse URL (e.g., https://worker-name.account-name.workers.dev/sse) as the argument.
What debugging steps are available?
Restart Claude Desktop, try connecting directly via npx mcp-remote http://localhost:8787/sse, or clear cached authentication files with rm -rf ~/.mcp-auth.
「クラウドとインフラ」の他のコンテンツ
container-use
aluzzardiDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
🐋 Docker MCP server
ckreilingMCP server for Docker
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.
MCP 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.
Run Model Context Protocol (MCP) servers with AWS Lambda
awslabsRun existing Model Context Protocol (MCP) stdio-based servers in AWS Lambda functions
コメント