Building a Remote MCP Server on Cloudflare (Without Auth)
@aviadkim
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)?
This example allows developers to deploy a remote MCP (Model Context Protocol) server on Cloudflare Workers without requiring authentication. It is a template for quickly creating an MCP server that exposes tools over SSE.
How to use Building a Remote MCP Server on Cloudflare (Without Auth)?
Deploy by clicking the "Deploy to Workers" button or by running npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless locally. Then customize tools in src/index.ts using this.server.tool(...). Connect from the Cloudflare AI Playground by entering the server URL, or from Claude Desktop using the mcp-remote proxy.
Key features of Building a Remote MCP Server on Cloudflare (Without Auth)
- Deploy a remote MCP server without authentication.
- Fully customizable MCP tools in a single file.
- One-click deploy to Cloudflare Workers.
- Connect directly from Cloudflare AI Playground.
- Compatible with Claude Desktop via mcp-remote proxy.
Use cases of Building a Remote MCP Server on Cloudflare (Without Auth)
- Deploying a remote MCP server for AI agent integrations.
- Rapid prototyping of MCP tools without auth setup.
- Connecting custom tools to Cloudflare AI Playground.
- Using remote MCP tools in Claude Desktop.
FAQ from Building a Remote MCP Server on Cloudflare (Without Auth)
What is this MCP server?
It is a remote MCP server deployed on Cloudflare Workers, designed to run without authentication.
How do I deploy it?
Use the "Deploy to Workers" button or run the provided npm create cloudflare command.
How do I connect to Cloudflare AI Playground?
Enter your deployed server URL (e.g., remote-mcp-server-authless.<your-account>.workers.dev/sse) in the playground's MCP connection settings.
How do I use it with Claude Desktop?
Configure Claude Desktop to use the server via the mcp-remote proxy, specifying the server's SSE URL in the mcpServers configuration.
Does it require authentication?
No, this server is intentionally built without authentication.
「開発者ツール」の他のコンテンツ
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
nuxt-mcp / vite-plugin-mcp
antfuMCP server helping models to understand your Vite/Nuxt app better.
sentry-mcp
getsentryAn MCP server for interacting with Sentry via LLMs.
OpenSumi
opensumiA framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.
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.
コメント