remote-mcp-server-authless
0
This project guides users in deploying a remote MCP server on Cloudflare without authentication requirements. It enables customization of MCP tools and allows connections from platforms like the Cloudflare AI Playground and Claude Desktop.
Building a Remote MCP Server on Cloudflare
This example allows you to deploy a remote MCP server without requiring authentication on Cloudflare Workers.
- Get started: Deploy your MCP server with the provided Cloudflare Workers link.
- Customization: Define custom tools inside the
init()
method insrc/index.ts
. - Connect to Cloudflare AI Playground: Use the MCP tools directly from this playground by entering your server URL.
- Connect Claude Desktop: Use the
mcp-remote
proxy to connect local clients to your MCP server.