remote-mcp-server-authless
This project demonstrates how to set up a remote Model Context Protocol server on Cloudflare Workers without requiring authentication. It allows the integration and customization of various tools, and provides seamless connectivity with Cloudflare AI Playground and local clients like Claude Desktop.
Overview
This project provides a guide to deploying an MCP (Model Context Protocol) server on Cloudflare Workers without authentication. It includes steps for deployment, customization of MCP server tools, and connections to Cloudflare's AI Playground and local MCP clients like Claude Desktop. The server can be customized by defining tools in the init()
method and can be utilized with the Cloudflare AI Playground or through a local MCP client via mcp-remote
.