remote-mcp-server-authless
0
This project provides a guide to deploying a remote, authentication-free MCP server on Cloudflare Workers. It allows customization of the server with user-defined tools and supports connections to Cloudflare AI Playground and local MCP clients like Claude Desktop.
Building a Remote MCP Server on Cloudflare
- Deploy a remote MCP server on Cloudflare Workers without authentication.
- Customize your MCP server by adding tools in the
init()
method. - Connect to the Cloudflare AI Playground using the deployed MCP server URL.
- Use local MCP clients like Claude Desktop with the mcp-remote proxy for connecting to your server.