remote-mcp-server-authless
0
This project provides an example for deploying a remote Model Context Protocol (MCP) server on Cloudflare Workers without the need for authentication. It can be customized with various tools and accessed both from the Cloudflare AI Playground and local MCP clients.
Building a Remote MCP Server on Cloudflare
This project provides an example to deploy a remote MCP server on Cloudflare Workers without requiring authentication. Users can get started by deploying the server using a provided button link or using the command line. The server can be customized by defining tools in the init()
method, and users can connect to it via Cloudflare AI Playground or local MCP clients like Claude Desktop using the mcp-remote
proxy.