Remote MCP Server on Cloudflare
@vikashsingh15
Remote MCP Server on Cloudflare について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"remote-mcp-server-vikashsingh15": {
"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 with OAuth login. It is for developers who want to host MCP tools and connect them from clients like the MCP Inspector or Claude Desktop.
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 using SSE transport to http://localhost:8787/sse. For Claude Desktop, add a configuration entry using npx mcp-remote pointing to the local or deployed /sse endpoint. Deploy to Cloudflare by creating a KV namespace, updating wrangler.jsonc, and running npm run deploy.
Key features of Remote MCP Server on Cloudflare
- Runs on Cloudflare Workers with OAuth login
- Local development with MCP Inspector support
- Connect Claude Desktop via the
mcp-remoteproxy - Deploy to Cloudflare with a workers.dev URL
- Uses SSE transport for client-server communication
Use cases of Remote MCP Server on Cloudflare
- Develop and test MCP tools locally before deploying
- Deploy a remote MCP server accessible from any client
- Integrate custom MCP tools with Claude Desktop
- Explore and test MCP tool APIs using the MCP Inspector
FAQ from Remote MCP Server on Cloudflare
How do I develop locally?
Clone the repo, run npm install, then start the server with npx nx dev remote-mcp-server. It listens on http://localhost:8787/.
How do I connect the MCP Inspector?
Open the Inspector, set Transport Type to SSE, enter http://localhost:8787/sse as the URL, and connect. Log in with any email and password.
How do I connect Claude Desktop to the server?
In the Claude Desktop config file, add an entry with "command": "npx" and "args": ["mcp-remote", "http://localhost:8787/sse"] (or the deployed URL). A browser window opens for OAuth login.
How do I deploy to Cloudflare?
Create a KV namespace with npx wrangler kv namespace create OAUTH_KV, add its ID to wrangler.jsonc, then run npm run deploy. The server is available at your workers.dev URL.
How do I debug connection issues?
Restart Claude or try npx mcp-remote http://localhost:8787/sse on the command line. Clear ~/.mcp-auth if needed to reset OAuth state.
「クラウドとインフラ」の他のコンテンツ
Cloudflare MCP Server
cloudflareAzure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
Kubernetes MCP Server
reza-gholizadeManage Your Kubernetes Cluster with k8s mcp-server

Aws Kb Retrieval Server
modelcontextprotocolModel Context Protocol Servers
コメント