Remote MCP Server on Cloudflare
@kamilzafar
Remote MCP Server on Cloudflare について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"remote-mcp-server-kamilzafar": {
"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 deploying a remote MCP (Model Context Protocol) server on Cloudflare Workers, complete with OAuth login. It is for developers who want to run MCP tools hosted remotely and connect them to MCP 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. Use the MCP Inspector or configure Claude Desktop using npx mcp-remote with the server’s SSE endpoint. Deploy to Cloudflare with npm run deploy after creating a KV namespace with npx wrangler kv namespace create OAUTH_KV.
Key features of Remote MCP Server on Cloudflare
- OAuth login built in with a mock login screen
- SSE (Server-Sent Events) transport for MCP communication
- Deploy to Cloudflare Workers with one command
- Local development with hot reload via Nx
- Works with MCP Inspector and Claude Desktop
Use cases of Remote MCP Server on Cloudflare
- Developers prototyping a remote MCP server with authentication
- Connecting Claude Desktop to a cloud-hosted MCP tool
- Testing MCP tools locally before deploying to production
- Running a math or custom tool server accessible from anywhere
FAQ from Remote MCP Server on Cloudflare
What transport type does the server use?
The server uses SSE (Server-Sent Events). In the MCP Inspector, set Transport Type to SSE and use the /sse endpoint.
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 to the remote server?
Add a configuration entry using npx mcp-remote with the server’s full workers.dev URL ending in /sse. Restart Claude Desktop.
How can I debug connection issues?
Restart Claude Desktop, or test the server directly with npx mcp-remote http://localhost:8787/sse. In rare cases, clear the ~/.mcp-auth folder.
What are the dependencies for local development?
Node.js, npm, and the Nx build tool. The repository uses nx for running the server locally (npx nx dev remote-mcp-server).
「クラウドとインフラ」の他のコンテンツ
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.
K8s MCP Server
alexei-ledK8s-mcp-server is a Model Context Protocol (MCP) server that enables AI assistants like Claude to securely execute Kubernetes commands. It provides a bridge between language models and essential Kubernetes CLI tools including kubectl, helm, istioctl, and argocd, allowing AI syste
Firebase MCP
gannonh🔥 Model Context Protocol (MCP) server for Firebase.
Terraform MCP Server
hashicorpThe Terraform MCP Server provides seamless integration with Terraform ecosystem, enabling advanced automation and interaction capabilities for Infrastructure as Code (IaC) development.
Kubernetes MCP Server
reza-gholizadeManage Your Kubernetes Cluster with k8s mcp-server
コメント