Remote MCP Server on Cloudflare
@VerveMind
Remote MCP Server on Cloudflare について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"vervepaint-mcp-server": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Remote MCP Server on Cloudflare?
Remote MCP Server on Cloudflare is a template for running a Model Context Protocol (MCP) server on Cloudflare Workers with OAuth login. It is intended for developers who want to deploy a remote MCP server accessible over HTTP and SSE, complete with authentication.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies, and run locally with npx nx dev remote-mcp-server. Connect the MCP Inspector by setting transport type to SSE and entering the local URL (e.g., http://localhost:8787/sse). Deploy to Cloudflare by creating a KV namespace for OAuth, updating wrangler.jsonc, and running npm run deploy. Connect Claude Desktop by editing its configuration to use the mcp-remote proxy pointing to your server’s SSE endpoint.
Key features of Remote MCP Server on Cloudflare
- Runs on Cloudflare Workers with serverless deployment.
- Includes OAuth login for secure access.
- Supports local development and testing.
- Connects via SSE transport.
- Works with MCP Inspector and Claude Desktop.
- Uses Cloudflare KV for OAuth token storage.
Use cases of Remote MCP Server on Cloudflare
- Deploy a remote MCP server with authentication for public use.
- Develop and test MCP tools locally before deploying.
- Integrate MCP tools with Claude Desktop via a remote proxy.
- Build an API‑key‑less, OAuth‑protected MCP endpoint.
FAQ from Remote MCP Server on Cloudflare
How do I run the server locally?
Clone the repository, run npm install inside the ai folder, then execute npx nx dev remote-mcp-server. The server will be available at http://localhost:8787/.
How do I connect the MCP Inspector?
Start the inspector with npx @modelcontextprotocol/inspector, switch transport to SSE, enter http://localhost:8787/sse (or your deployed URL + /sse), then click “Connect”. You will be prompted to log in (any email/password for local mock login).
How do I connect Claude Desktop to my remote server?
Edit Claude Desktop’s configuration file to include a server entry that uses npx mcp-remote with your server’s SSE URL (e.g., https://worker-name.account-name.workers.dev/sse). Restart Claude Desktop; a browser window will open for OAuth login.
How do I deploy the server to Cloudflare?
- Create a KV namespace:
npx wrangler kv namespace create OAUTH_KV. - Add the returned KV namespace ID to
wrangler.jsonc. - Run
npm run deploy. Your server will be available at a*.workers.devURL.
What should I do if something goes wrong?
Try restarting Claude Desktop, or test the server directly with npx mcp-remote http://localhost:8787/sse (or your remote URL). In rare cases, clear the local auth files with rm -rf ~/.mcp-auth.
「クラウドとインフラ」の他のコンテンツ
Mcp K8s Go
strowkMCP server connecting to Kubernetes
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.
Sample Serverless MCP Servers
aws-samplesSample implementations of AI Agents and MCP Servers running on AWS Serverless compute
container-use
aluzzardiDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
Kubernetes MCP Server
manusaModel Context Protocol (MCP) server for Kubernetes and OpenShift
コメント