Building a Remote MCP Server on Cloudflare (Without Auth)
@Jobikinobi
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)?
It deploys a remote, authentication‑free MCP server on Cloudflare Workers for developers to create and serve tools over SSE.
How to use Building a Remote MCP Server on Cloudflare (Without Auth)?
Deploy via the “Deploy to Workers” button or run npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless. Customize tools in src/index.ts using this.server.tool(). Connect clients (e.g., Cloudflare AI Playground or Claude Desktop) by pointing them to the deployed SSE URL.
Key features of Building a Remote MCP Server on Cloudflare (Without Auth)
- Deploy remote MCP server without authentication.
- Hosted on Cloudflare Workers global network.
- Customize tools with
this.server.tool()in TypeScript. - Connect directly to Cloudflare AI Playground.
- Connect to Claude Desktop via mcp‑remote proxy.
- Uses SSE (Server‑Sent Events) transport.
Use cases of Building a Remote MCP Server on Cloudflare (Without Auth)
- Expose MCP tools to remote clients without local servers.
- Prototype AI‑powered tools accessible from any MCP client.
- Serve custom tools to Cloudflare AI Playground instantly.
- Integrate tools into Claude Desktop for remote execution.
FAQ from Building a Remote MCP Server on Cloudflare (Without Auth)
How do I deploy the MCP server?
Click the “Deploy to Workers” button or run the npm create cloudflare CLI command to create and deploy the project.
How can I add my
「開発者ツール」の他のコンテンツ
DevDocs by CyberAGI 🚀
cyberagiincCompletely free, private, UI based Tech Documentation MCP server. Designed for coders and software developers in mind. Easily integrate into Cursor, Windsurf, Cline, Roo Code, Claude Desktop App
test
prysmaticlabsGo implementation of Ethereum proof of stake
sentry-mcp
getsentryAn MCP server for interacting with Sentry via LLMs.
Huoshan Test
volcenginemcp-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.
コメント