mcp-server-authless
0
This project provides a template for deploying a remote MCP server on Cloudflare Workers with no authentication required. It emphasizes customization through tool integration and facilitates connections with both cloud-based and local MCP clients for enhanced utility.
Building a Remote MCP Server on Cloudflare (Without Auth)
This project demonstrates how to deploy a remote MCP server on Cloudflare Workers without authentication. It includes instructions to get started with deployment and customization of your MCP server with tools. You can connect your MCP server to the Cloudflare AI Playground and local clients like Claude Desktop using an mcp-remote proxy.
- Deployment: Launch your MCP server via Cloudflare Workers, providing a URL for interaction.
- Customization: Add tools through the
init()
method. - Connections: Link your server with Cloudflare AI Playground or local clients by following the appropriate configuration steps.