remote-mcp-server-authless
0
This project guides users in setting up a remote Model Context Protocol (MCP) server without authentication on Cloudflare Workers. Users can customize the server with tools and connect it to the Cloudflare AI Playground or Claude Desktop for testing and usage.
Building a Remote MCP Server on Cloudflare (Without Auth)
- Deploy a remote MCP server on Cloudflare Workers without requiring authentication.
- Get started by deploying via Cloudflare Workers or using the command line.
- Customize your MCP server by defining tools in the
init()
method. - Connect to the Cloudflare AI Playground or Claude Desktop using provided instructions.