remote-mcp-server-authless
0
This project provides an example of deploying a remote Model Context Protocol (MCP) server on Cloudflare Workers without requiring authentication. It allows customization and connection to AI platforms like Cloudflare AI Playground and Claude Desktop.
Building a Remote MCP Server on Cloudflare (Without Auth)
- Deploy a remote MCP server on Cloudflare Workers without authentication.
- Customize your MCP server by adding tools using the
init()
method insrc/index.ts
. - Connect to Cloudflare AI Playground to use MCP tools remotely.
- Use mcp-remote proxy to connect Claude Desktop to the MCP server.