remote-mcp-server-authless
0
This project demonstrates how to deploy a remote Model Context Protocol (MCP) server using Cloudflare Workers without authentication. It allows customization, tool addition, and integration with tools like Cloudflare AI Playground and Claude Desktop.
Building a Remote MCP Server on Cloudflare
This project provides an example of deploying a remote MCP server on Cloudflare Workers without requiring authentication.
Key Features
- Deploy to Workers: Easily deploy using the 'Deploy to Workers' button or command line.
- Customization: Add tools to the MCP server using the
init()
method. - Integration: Connect with Cloudflare AI Playground or Claude Desktop for remote and local client access.
Usage
Deploy the server to a URL like remote-mcp-server-authless.<your-account>.workers.dev/sse
and access from Cloudflare AI Playground or connect using mcp-remote
.