Building a Remote MCP Server on Cloudflare (Without Auth)
@LMJayasundara
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 deploys a remote MCP server on Cloudflare Workers that does not require authentication. It is intended for developers who want a quick, publicly accessible MCP endpoint for testing or local client integration.
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 and deploy the server. The server URL will be remote-mcp-server-authless.<your-account>.workers.dev/sse. Customize tools inside the init() method of src/index.ts using this.server.tool(...).
Key features of Building a Remote MCP Server on Cloudflare (Without Auth)
- Deploy a remote MCP server without authentication.
- Built on Cloudflare Workers for global edge deployment.
- Customizable tools defined in
src/index.ts. - Connects to Cloudflare AI Playground as a remote MCP client.
- Works with local clients via the
mcp-remoteproxy. - Single‑click deployment from the provided button.
Use cases of Building a Remote MCP Server on Cloudflare (Without Auth)
- Quickly test MCP tools from the Cloudflare AI Playground.
- Integrate a remote MCP server with Claude Desktop using the mcp-remote proxy.
- Prototype and experiment with MCP without setting up auth infrastructure.
FAQ from Building a Remote MCP Server on Cloudflare (Without Auth)
How do I deploy the server?
Use the "Deploy to Workers" button or run npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless in your terminal.
How do I add my own tools?
Inside the init() method of src/index.ts, define each tool using this.server.tool(...). See the Cloudflare MCP tools documentation for details.
How do I connect from the Cloudflare AI Playground?
Go to https://playground.ai.cloudflare.com/, enter your deployed MCP server URL (remote-mcp-server-authless.<your-account>.workers.dev/sse), and start using the tools directly.
How do I connect from Claude Desktop?
Install the mcp-remote npm package, then add a configuration entry in Claude Desktop’s settings pointing npx mcp-remote to your server’s SSE URL.
Does the server require any authentication?
No. This example intentionally deploys the MCP server without authentication.
よくある質問
How do I deploy the server?
Use the "Deploy to Workers" button or run `npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless` in your terminal.
How do I add my own tools?
Inside the `init()` method of `src/index.ts`, define each tool using `this.server.tool(...)`. See the Cloudflare MCP tools documentation for details.
How do I connect from the Cloudflare AI Playground?
Go to https://playground.ai.cloudflare.com/, enter your deployed MCP server URL (`remote-mcp-server-authless.<your-account>.workers.dev/sse`), and start using the tools directly.
How do I connect from Claude Desktop?
Install the `mcp-remote` npm package, then add a configuration entry in Claude Desktop’s settings pointing `npx mcp-remote` to your server’s SSE URL.
Does the server require any authentication?
No. This example intentionally deploys the MCP server without authentication.
基本情報
「開発者ツール」の他のコンテンツ
Vibgrate MCP
VibgrateQuery your team's drift, vulnerability, and migration data from any AI assistant. Vibgrate MCP connects Cursor, Claude, ChatGPT, Windsurf, or VS Code to Vibgrate Cloud: 51 tools for DriftScores, CVEs and EOL runtimes, up
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.
endoflife.ai
endoflife.aiFree MCP server for software end-of-life intelligence: EOL dates, support status, and the 0-100 EOL Risk Score across 485 tracked products. Agents can check a single version, pull a product's full lifecycle schedule, or
Grafana MCP server
grafanaMCP server for Grafana
MCP Inspector
modelcontextprotocolVisual testing tool for MCP servers
コメント