Building a Remote MCP Server on Cloudflare (Without Auth)
@klei30
Building a Remote MCP Server on Cloudflare (Without Auth) について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"calculator": {
"command": "npx",
"args": [
"mcp-remote",
"remote-mcp-server-authless.your-account.workers.dev/sse"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Building a Remote MCP Server on Cloudflare (Without Auth)?
A pre-configured template that deploys a remote MCP (Model Context Protocol) server on Cloudflare Workers without requiring authentication. It is designed for developers who want to quickly expose MCP tools via Cloudflare’s global edge network.
How to use Building a Remote MCP Server on Cloudflare (Without Auth)?
Click the "Deploy to Workers" button or run npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless to create the server locally. Customize tools inside the init() method of src/index.ts using this.server.tool(...). Connect from the Cloudflare AI Playground by entering your deployed SSE URL, or from local MCP clients (e.g., Claude Desktop) using the mcp-remote proxy.
Key features of Building a Remote MCP Server on Cloudflare (Without Auth)
- Deploys to Cloudflare Workers with one click
- No authentication required for the MCP server
- Customizable tools defined in
src/index.ts - Compatible with Cloudflare AI Playground as a remote MCP client
- Works with local MCP clients via
mcp-remoteproxy
Use cases of Building a Remote MCP Server on Cloudflare (Without Auth)
- Hosting MCP tools on a globally distributed edge network
- Rapidly prototyping MCP servers without setting up authentication
- Connecting MCP tools to Cloudflare AI Playground for remote testing
- Integrating MCP tools with desktop clients like Claude Desktop via a proxy
FAQ from Building a Remote MCP Server on Cloudflare (Without Auth)
What transport does the server use?
The server uses SSE (Server-Sent Events) transport, exposed at the /sse endpoint of the deployed Worker URL.
Does the server require authentication?
No, this deployment is deliberately without authentication to simplify setup and testing.
How do I add custom tools?
Edit the init() method in src/index.ts and define each tool with this.server.tool(...) following Cloudflare’s MCP tools documentation.
How can I connect from Claude Desktop?
Use the mcp-remote npm package as a proxy: run npx mcp-remote <your-sse-url> and configure Claude Desktop’s mcpServers to use that command.
Where is the server deployed?
It is deployed to a Cloudflare Workers URL like remote-mcp-server-authless.<your-account>.workers.dev/sse.
「開発者ツール」の他のコンテンツ
test
harlancA simple,high performance and secure live media server in pure Rust (RTMP[cluster]/RTSP/WebRTC[whip/whep]/HTTP-FLV/HLS).🦀
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
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
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
MCP Containers
metorialConnect any AI model to 1200+ integrations (MCP, CLI, API)
コメント