remote-mcp-server-authless
1
This project provides a method to deploy a remote MCP server on Cloudflare Workers without authentication, facilitating the integration and testing of custom tools via Cloudflare AI Playground or local MCP clients such as Claude Desktop.
Building a Remote MCP Server on Cloudflare
This project provides a solution to deploy a remote Model Context Protocol (MCP) server without authentication on Cloudflare Workers. Key features include:
- Deployment: Use Cloudflare Workers to deploy the MCP server via an existing template or command line.
- Customization: Add custom tools to the MCP server by defining them in the
init()
method. - Connections: Connect to the Cloudflare AI Playground or local MCP clients like Claude Desktop using the
mcp-remote
proxy.
Features
- Deploy MCP server without authentication.
- Integrate tools easily.
- Connect and test using Cloudflare AI Playground or MCP clients.