Building a Remote MCP Server on Cloudflare (Without Auth)
@zw-byte
Building a Remote MCP Server on Cloudflare (Without Auth) について
概要はまだありません
基本情報
設定
ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Building a Remote MCP Server on Cloudflare (Without Auth)?
This example template lets you deploy a remote MCP server on Cloudflare Workers that does not require authentication. It is intended for developers who want to quickly set up a remote MCP server and connect it to clients such as the Cloudflare AI Playground or Claude Desktop.
How to use Building a Remote MCP Server on Cloudflare (Without Auth)?
Use the "Deploy to Workers" button or run npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless to create the project locally. Customize tools inside the init() method of src/index.ts using this.server.tool(...). Connect to it from the Cloudflare AI Playground by entering the deployed SSE URL, or from Claude Desktop using the mcp-remote proxy with an npx mcp-remote command.
Key features of Building a Remote MCP Server on Cloudflare (Without Auth)
- Deploys as a Cloudflare Worker with no auth required
- Uses SSE transport for remote MCP communication
- Custom tools defined via
this.server.tool(...)in TypeScript - One-click deploy via the Cloudflare Workers button
- Compatible with the Cloudflare AI Playground and Claude Desktop
Use cases of Building a Remote MCP Server on Cloudflare (Without Auth)
- Rapidly prototyping remote MCP tools on Cloudflare’s edge network
- Connecting a remote MCP server to the Cloudflare AI Playground for interactive testing
- Using Claude Desktop with a remote MCP server via the mcp-remote proxy
- Learning how to build and deploy a remote MCP server without authentication
FAQ from Building a Remote MCP Server on Cloudflare (Without Auth)
What does this template do?
It provides a starter MCP server that runs on Cloudflare Workers and communicates over SSE, with no authentication layer.
How do I deploy the MCP server?
Click the "Deploy to Workers" button in the README, or run the npm create cloudflare command with the provided template URL.
How can I add my own tools to the server?
Define each tool inside the init() method of src/index.ts using this.server.tool(...).
How do I connect to the server from the Cloudflare AI Playground?
Go to https://playground.ai.cloudflare.com/, enter your deployed MCP server URL (e.g., remote-mcp-server-authless.<account>.workers.dev/sse), and start using your tools.
How do I connect Claude Desktop to this remote MCP server?
Use the mcp-remote proxy by adding an entry to your Claude Desktop configuration that runs npx mcp-remote <sse-url>.
「開発者ツール」の他のコンテンツ
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
Serena
oraiosA powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent
Huoshan Test
volcengineFastAPI-MCP
tadata-orgExpose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
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
コメント