Building a Remote MCP Server on Cloudflare (Without Auth)
@joegulags
Building a Remote MCP Server on Cloudflare (Without Auth) について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"calculator": {
"command": "npx",
"args": [
"mcp-remote",
"http://localhost:8787/sse"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Building a Remote MCP Server on Cloudflare (Without Auth)?
A deployment template and guide for running a remote MCP server on Cloudflare Workers with no authentication required. It is intended for developers who want to quickly expose MCP tools over SSE without building auth logic.
How to use Building a Remote MCP Server on Cloudflare (Without Auth)?
Click the "Deploy to Workers" button in the README to deploy instantly, or run npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless locally. After deployment, connect MCP clients (e.g., Cloudflare AI Playground or Claude Desktop) using the server’s SSE URL.
Key features of Building a Remote MCP Server on Cloudflare (Without Auth)
- Deploy a remote MCP server on Cloudflare Workers
- No authentication required for connections
- Add custom tools via
this.server.tool(...)insrc/index.ts - Integrates with Cloudflare AI Playground as a remote MCP client
- Works with local MCP clients through the
mcp-remoteproxy
Use cases of Building a Remote MCP Server on Cloudflare (Without Auth)
- Rapidly prototype MCP tools accessible over the internet
- Connect MCP tools to Cloudflare’s AI Playground for testing
- Expose tools to Claude Desktop without running a local MCP server
- Build serverless MCP endpoints for demo or internal use
FAQ from Building a Remote MCP Server on Cloudflare (Without Auth)
How do I deploy the server?
Use the "Deploy to Workers" button or the npm create cloudflare command shown in the README.
How do I add custom tools?
Define each tool inside the init() method of src/index.ts using this.server.tool(...).
How can I connect from Cloudflare AI Playground?
Go to https://playground.ai.cloudflare.com/, enter your deployed MCP server’s SSE URL, and start using the tools.
How can I use the server with Claude Desktop?
Install the mcp-remote proxy (npx mcp-remote) and add a configuration entry to Claude Desktop pointing to the server’s SSE URL.
Does the server require any authentication?
No, this example is designed without authentication. Use it only in scenarios where auth is not needed.
「開発者ツール」の他のコンテンツ
test
harlancA simple,high performance and secure live media server in pure Rust (RTMP[cluster]/RTSP/WebRTC[whip/whep]/HTTP-FLV/HLS).🦀
Golf
golf-mcpProduction-Ready MCP Server Framework • Build, deploy & scale secure AI agent infrastructure • Includes Auth, Observability, Debugger, Telemetry & Runtime • Run real-world MCPs powering AI Agents
Test
x1xhlolFULL Augment Code, Claude Code, Cluely, CodeBuddy, Comet, Cursor, Devin AI, Junie, Kiro, Leap.new, Lovable, Manus, NotionAI, Orchids.app, Perplexity, Poke, Qoder, Replit, Same.dev, Trae, Traycer AI, VSCode Agent, Warp.dev, Windsurf, Xcode, Z.ai Code, Dia & v0. (And other Open Sou
MCP Containers
metorialConnect any AI model to 1200+ integrations (MCP, CLI, API)
test
cloudwegoThe ultimate LLM/AI application development framework in Go.
コメント