Remote MCP Server on Cloudflare
@keerthanenr
Remote MCP Server on Cloudflare について
概要はまだありません
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"remote-mcp-server-keerthanenr": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Remote MCP Server on Cloudflare?
A remote MCP (Model Context Protocol) server that runs on Cloudflare Workers with OAuth login, enabling MCP clients like Claude Desktop to connect and call tools remotely.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies, and run locally with npx nx dev remote-mcp-server. Deploy by creating a KV namespace, adding it to wrangler.jsonc, then running npm run deploy. Connect MCP clients via the SSE endpoint (e.g., http://localhost:8787/sse locally or your workers.dev/sse URL).
Key features of Remote MCP Server on Cloudflare
- Runs on Cloudflare Workers for edge deployment
- Includes OAuth login for authentication
- Supports SSE transport for MCP communication
- Connectable via MCP Inspector or Claude Desktop
- Designed for easy local development and production deploy
Use cases of Remote MCP Server on Cloudflare
- Develop and test MCP tools locally before deploying
- Deploy a remote MCP server accessible over the internet
- Connect Claude Desktop to call MCP tools via a remote server
- Authorize users with OAuth when connecting from clients
FAQ from Remote MCP Server on Cloudflare
How do I run the server locally?
Clone the repo, run npm install, then npx nx dev remote-mcp-server – it starts on http://localhost:8787/.
How do I deploy to Cloudflare?
Run npx wrangler kv namespace create OAUTH_KV, add the namespace ID to wrangler.jsonc, then run npm run deploy.
How do I connect Claude Desktop?
Add a mcpServers entry in Claude’s config pointing to your server’s SSE URL via the mcp-remote proxy (e.g., "command": "npx", "args": ["mcp-remote", "http://localhost:8787/sse"]).
How do I debug connection issues?
Restart Claude, or test the connection directly with npx mcp-remote http://localhost:8787/sse. Clearing ~/.mcp-auth may help in rare cases.
よくある質問
How do I run the server locally?
Clone the repo, run `npm install`, then `npx nx dev remote-mcp-server` – it starts on `http://localhost:8787/`.
How do I deploy to Cloudflare?
Run `npx wrangler kv namespace create OAUTH_KV`, add the namespace ID to `wrangler.jsonc`, then run `npm run deploy`.
How do I connect Claude Desktop?
Add a `mcpServers` entry in Claude’s config pointing to your server’s SSE URL via the `mcp-remote` proxy (e.g., `"command": "npx", "args": ["mcp-remote", "http://localhost:8787/sse"]`).
How do I debug connection issues?
Restart Claude, or test the connection directly with `npx mcp-remote http://localhost:8787/sse`. Clearing `~/.mcp-auth` may help in rare cases.
基本情報
「クラウドとインフラ」の他のコンテンツ
Sample Serverless MCP Servers
aws-samplesSample implementations of AI Agents and MCP Servers running on AWS Serverless compute
GCP MCP
eniayomiA Model Context Protocol (MCP) server that enables AI assistants like Claude to interact with your Google Cloud Platform environment. This allows for natural language querying and management of your GCP resources during conversations.
Cloudflare MCP Server
cloudflare
Aws Kb Retrieval Server
modelcontextprotocolModel Context Protocol Servers
Lambda MCP Server Demo (Streamable HTTP)
mikegc-awsCreates a simple MCP tool server with "streaming" HTTP.
コメント