remote-mcp-server-authless
0
This project demonstrates how to deploy a remote Model Context Protocol (MCP) Server on Cloudflare Workers without the need for authentication. It offers customization options and supports integration with Cloudflare AI Playground and Claude Desktop.
Building a Remote MCP Server on Cloudflare
- Deploy a remote MCP server on Cloudflare Workers without authentication.
- Customize the MCP Server by adding tools in the
init()
method ofsrc/index.ts
. - Connect the MCP server to Cloudflare AI Playground using the provided URL.
- Instructions are available for connecting the server to Claude Desktop via the mcp-remote proxy.