Remote MCP Server on Cloudflare
@LiTschii
Remote MCP Server on Cloudflare について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"remote-mcp-server-litschii": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Remote MCP Server on Cloudflare?
A template for deploying a remote MCP (Model Context Protocol) server on Cloudflare Workers with OAuth login. It provides a complete local development setup, deployment instructions, and guidance for connecting MCP Inspector or Claude Desktop to the server over SSE.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies with npm install, and run locally using npx nx dev remote-mcp-server (opens on http://localhost:8787/). Connect MCP Inspector or Claude Desktop by pointing them to the /sse endpoint, or deploy to Cloudflare with npm run deploy after creating an OAUTH_KV namespace.
Key features of Remote MCP Server on Cloudflare
- Deploy a remote MCP server on Cloudflare Workers
- OAuth login for secure access
- SSE transport for remote clients
- Connect to MCP Inspector for tool testing
- Connect to Claude Desktop via
mcp-remoteproxy - Works with both local and deployed Workers
Use cases of Remote MCP Server on Cloudflare
- Build and test a custom MCP server locally before deployment
- Host a publicly accessible MCP server on Cloudflare Workers
- Integrate MCP tools with Claude Desktop over the internet
- Debug and validate tools using the MCP Inspector
FAQ from Remote MCP Server on Cloudflare
What runtime or dependencies are required?
Node.js is needed to run the local development and deployment scripts (nx, wrangler). The server itself runs on Cloudflare Workers.
How does authentication work?
The server includes OAuth login. During local development, a mock login screen accepts any email and password. When deployed, proper OAuth flows apply.
Where are OAuth tokens stored?
OAuth tokens are stored in a Cloudflare KV namespace (OAUTH_KV) that you must create before deployment.
What transport protocol does the server use?
The server uses Server-Sent Events (SSE) — connect clients to the /sse endpoint.
Can I use this without a local proxy?
No. To connect Claude Desktop, you must run a local proxy using npx mcp-remote <server-url>/sse as shown in the example configuration.
「クラウドとインフラ」の他のコンテンツ
Kubernetes MCP Server
reza-gholizadeManage Your Kubernetes Cluster with k8s mcp-server
Sample Serverless MCP Servers
aws-samplesSample implementations of AI Agents and MCP Servers running on AWS Serverless compute
container-use
daggerDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
Run Model Context Protocol (MCP) servers with AWS Lambda
awslabsRun existing Model Context Protocol (MCP) stdio-based servers in AWS Lambda functions
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.
コメント