Remote MCP Server on Cloudflare
@bereketDeneke
Remote MCP Server on Cloudflare について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"remote-mcp-server-bereketdeneke": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Remote MCP Server on Cloudflare?
This server helps you set up a remote MCP (Model Context Protocol) server on Cloudflare Workers complete with OAuth login. It is intended for developers who want to run MCP servers remotely and connect them to MCP clients like Claude Desktop or the MCP Inspector.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies with npm install, then run locally with npx nx dev remote-mcp-server. Deploy to Cloudflare using npx wrangler kv namespace create OAUTH_KV and npm run deploy. Connect clients (MCP Inspector, Claude Desktop) by pointing them to the server’s /sse endpoint, optionally via the mcp-remote proxy tool.
Key features of Remote MCP Server on Cloudflare
- Runs on Cloudflare Workers with OAuth login
- Uses SSE (Server‑Sent Events) for transport
- Supports local development and Cloudflare deployment
- Integrates with MCP Inspector for testing
- Connects to Claude Desktop via
mcp-remoteproxy - Uses Cloudflare KV for OAuth state management
Use cases of Remote MCP Server on Cloudflare
- Deploy a remote, OAuth‑protected MCP server for AI tool calling
- Test and debug your MCP server with the MCP Inspector
- Connect Claude Desktop to a remotely hosted MCP server over HTTP
- Develop an MCP server locally before deploying to production
FAQ from Remote MCP Server on Cloudflare
What does this server do?
It provides a ready‑to‑deploy MCP server on Cloudflare Workers, including OAuth login for authenticating clients.
What dependencies are required?
Node.js, npm, a Cloudflare account, and the Wrangler CLI (npx wrangler) are needed for development and deployment.
How is data stored?
The server uses a Cloudflare KV namespace (created with npx wrangler kv namespace create OAUTH_KV) to manage OAuth state.
What transport protocol does it use?
The server communicates over SSE (Server‑Sent Events) at the /sse endpoint.
Can I connect Claude Desktop to this server?
Yes. Use the mcp-remote helper (npx mcp-remote https://your-worker.workers.dev/sse) in Claude Desktop’s configuration file.
「クラウドとインフラ」の他のコンテンツ
Sample Serverless MCP Servers
aws-samplesSample implementations of AI Agents and MCP Servers running on AWS Serverless compute
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.
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
container-use
aluzzardiDevelopment 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
コメント