Building a Remote MCP Server on Cloudflare (Without Auth)
@zpg6
Building a Remote MCP Server on Cloudflare (Without Auth) について
概要はまだありません
基本情報
設定
ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Building a Remote MCP Server on Cloudflare (Without Auth)?
This project allows you to deploy a remote Model Context Protocol (MCP) server that does not require authentication on Cloudflare Workers. It is intended for developers who need a simple, no-auth MCP server accessible over the internet.
How to use Building a Remote MCP Server on Cloudflare (Without Auth)?
Deploy by clicking the Deploy to Workers button on the README or by running npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless. Customize the server by adding tools within 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
- Runs on Cloudflare Workers
- Easily add custom tools via
this.server.tool(...) - Connect to Cloudflare AI Playground
- Connect to local clients like Claude Desktop
Use cases of Building a Remote MCP Server on Cloudflare (Without Auth)
- Deploy a remote MCP server for quick prototyping without setting up auth
- Use MCP tools directly from the Cloudflare AI Playground
- Connect Claude Desktop to a remote MCP server using the mcp-remote proxy
- Create an open MCP endpoint for internal tools or demos
FAQ from Building a Remote MCP Server on Cloudflare (Without Auth)
What does "without auth" mean for this server?
The deployed MCP server has no authentication or authorization layer, making it accessible to anyone who knows the URL.
How do I deploy this MCP server?
Use the "Deploy to Workers" button in the README, which creates a URL like remote-mcp-server-authless.<your-account>.workers.dev/sse. Alternatively, run npm create cloudflare@latest with the provided template.
Can I connect to this server from local clients like Claude Desktop?
Yes. Use the mcp-remote npm package as a proxy, and configure Claude Desktop to run npx mcp-remote <your-server-url>.
Are there any prerequisites for this server?
You need a Cloudflare account to deploy the worker. No other runtime or storage dependencies are mentioned.
What transport does this server use?
The server communicates over SSE (Server-Sent Events) at the /sse endpoint.
「開発者ツール」の他のコンテンツ
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.
MCP Unity Editor (Game Engine)
CoderGamesterModel Context Protocol (MCP) plugin to connect with Unity Editor — designed for Cursor, Claude Code, Codex, Windsurf and other IDEs
Burp Suite MCP Server Extension
PortSwiggerMCP Server for Burp

Sentry
modelcontextprotocolModel Context Protocol Servers
🔐 ssh-mcp-server
classfang基于 SSH 的 MCP 服务 🧙♀️。已被MCP官方收录 🎉。 SSH MCP Server 🧙♀️. It has been included in the community MCP repository 🎉.
コメント