remote-mcp-server-authless
0
This project demonstrates how to set up a remote MCP server on Cloudflare without requiring authentication. It offers customization of tools and connection options to Cloudflare AI Playground and local clients like Claude Desktop.
Overview
- Deploy a remote MCP server on Cloudflare Workers without authentication.
- Customize the server by defining tools within the
init()
method ofsrc/index.ts
. - Connect the server to Cloudflare AI Playground.
- Use
mcp-remote
to connect local MCP clients, such as Claude Desktop, to your server.