Remote MCP Server on Cloudflare
@BenH123
Remote MCP Server on Cloudflare について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"remote-mcp-server-benh123": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Remote MCP Server on Cloudflare?
It is a template that lets you deploy a remote MCP (Model Context Protocol) server on Cloudflare Workers, complete with OAuth login. It is intended for developers who want to host MCP tools accessible over the internet with authentication.
How to use Remote MCP Server on Cloudflare?
Clone the repository, run npm install, then use npx nx dev remote-mcp-server to run locally. Connect via the MCP Inspector over SSE (e.g., http://localhost:8787/sse) or configure Claude Desktop using a local proxy and the mcp-remote command pointing to that URL. For production, deploy with npm run deploy after setting up a KV namespace for OAuth.
Key features of Remote MCP Server on Cloudflare
- Deploy MCP server on Cloudflare Workers globally
- OAuth login for secure remote access
- Local development with mock authentication
- Supports SSE transport for MCP clients
- Works with MCP Inspector for testing
- Integrates with Claude Desktop via proxy
Use cases of Remote MCP Server on Cloudflare
- Host a math tool that Claude Desktop can call remotely
- Test MCP server capabilities with the MCP Inspector
- Build and iterate on custom MCP tools with Cloudflare infrastructure
- Secure tool access with OAuth for remote clients
FAQ from Remote MCP Server on Cloudflare
What is the purpose of this server?
It provides a working template to run a remote MCP server on Cloudflare Workers with OAuth, enabling hosted MCP tools.
How do I connect a remote MCP client?
Use SSE transport to the /sse endpoint of your deployed Worker URL (e.g., https://worker-name.account-name.workers.dev/sse) in tools like the MCP Inspector.
What are the dependencies to run it?
Node.js, npm, and the repository’s dependencies. For deployment you also need the Wrangler CLI and a Cloudflare account.
How do I authenticate with the server?
OAuth login is built in. Locally it shows a mock login screen; after deployment it uses a browser-based OAuth flow that redirects back to the client.
Where is OAuth data stored?
In a Cloudflare KV namespace that you create and configure (named OAUTH_KV in the template).
「クラウドとインフラ」の他のコンテンツ
MCP Server that interacts with Azure AI Foundry (experimental)
azure-ai-foundryA MCP Server for Azure AI Foundry: it's now moved to cloud, check the new Foundry MCP Server
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.

Aws Kb Retrieval Server
modelcontextprotocolModel Context Protocol Servers
aws-finops-mcp-server
ravikiranvmAn MCP (Model Context Protocol) server that brings powerful AWS FinOps capabilities directly into your AI assistant. Analyze cloud costs, audit for waste, and get budget insights using natural language, all while keeping your credentials secure on your local machine.
tfmcp: Terraform Model Context Protocol Tool
nwiizo🌍 Terraform Model Context Protocol (MCP) Tool - An experimental CLI tool that enables AI assistants to manage and operate Terraform environments. Supports reading Terraform configurations, analyzing plans, applying configurations, and managing state with Claude Desktop integrati
コメント