remote-mcp-server-authless
0
This project enables users to deploy a remote Model Context Protocol (MCP) server on Cloudflare without authentication. It supports customization of tools and offers integration with Cloudflare AI Playground and desktop clients like Claude Desktop.
Building a Remote MCP Server on Cloudflare
This project provides an example of deploying a remote MCP server without authentication using Cloudflare Workers.
- Getting Started: Use the provided link to easily deploy the MCP server or set it up locally with the command line.
- Customization: Add custom tools to the server by defining them in the
init()
method. - Connections:
- Connect the server to Cloudflare AI Playground.
- Use the server with local clients like Claude Desktop by following specific configuration steps.