remote-mcp-server-authless
0
This project provides instructions to deploy and customize a remote Model Context Protocol server on Cloudflare Workers, allowing connections without authentication. It supports integration with Cloudflare AI Playground and local clients like Claude Desktop.
Building a Remote MCP Server on Cloudflare (Without Auth)
- Deploy a remote MCP server on Cloudflare Workers without authentication.
- Customize the server by defining tools in
init()
method. - Connect the server to Cloudflare AI Playground or Claude Desktop.
- Follow links for deployment and configuration instructions.