Remote MCP Server on Cloudflare
@tgmclaughlin
Remote MCP Server on Cloudflare について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"remote-mcp-server-tgmclaughlin": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Remote MCP Server on Cloudflare?
A starter project for running a remote MCP (Model Context Protocol) server on Cloudflare Workers, complete with OAuth login. It is intended for developers who want to deploy an MCP server that can be accessed by remote MCP clients like Claude Desktop.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies (npm install), and run locally with npx nx dev remote-mcp-server. Optionally, deploy to Cloudflare using npm run deploy after creating a KV namespace (npx wrangler kv namespace create OAUTH_KV). Connect clients (MCP Inspector or Claude Desktop) using SSE at a /sse endpoint.
Key features of Remote MCP Server on Cloudflare
- Runs on Cloudflare Workers with OAuth login.
- Supports local development and remote deployment.
- Connects via SSE (Server-Sent Events).
- Works with MCP Inspector and Claude Desktop.
- Uses
npx mcp-remotefor local proxy.
Use cases of Remote MCP Server on Cloudflare
- Deploying a cloud-hosted MCP server with authentication.
- Connecting Claude Desktop to a remote MCP server over the internet.
- Testing MCP tools locally with the MCP Inspector.
- Learning how to set up OAuth for MCP on Cloudflare.
FAQ from Remote MCP Server on Cloudflare
How do I connect Claude Desktop to the remote server?
Update your Claude Desktop configuration (claude_desktop_config.json) to use npx mcp-remote with the Workers URL (e.g., https://worker-name.account-name.workers.dev/sse) as an argument.
What dependencies or runtime are required?
Node.js, npm, and a Cloudflare account for deployment. Local development uses npx nx and wrangler.
Where does authentication data live?
OAuth session data is stored in a Cloudflare KV namespace (OAUTH_KV). Locally, authentication state may be cached in ~/.mcp-auth.
Can I debug connection issues?
Yes. Try restarting Claude, connecting via npx mcp-remote http://localhost:8787/sse directly, or clearing ~/.mcp-auth files if needed.
How do I deploy to production?
Run npx wrangler kv namespace create OAUTH_KV, add the KV namespace ID to wrangler.jsonc, then run npm run deploy.
「クラウドとインフラ」の他のコンテンツ
Sample Serverless MCP Servers
aws-samplesSample implementations of AI Agents and MCP Servers running on AWS Serverless compute
Supabase MCP Server
supabase-communityConnect Supabase to your AI assistants
container-use
daggerDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
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.
Lambda MCP Server Demo (Streamable HTTP)
mikegc-awsCreates a simple MCP tool server with "streaming" HTTP.
コメント