remote-mcp-server-authless-andor
1
This project provides a method to deploy a remote Model Context Protocol server on Cloudflare Workers with no authentication required. It integrates website scraping and content extraction using Cloudflare's AI tools.
Building a Remote MCP Server on Cloudflare
This project allows deployment of a remote MCP server without authentication using Cloudflare Workers. Features include website scraping and content extraction utilizing Cloudflare's Browser Rendering and AI capabilities.
- Get Started: Deploy using the provided Cloudflare Workers button or via command line.
- Customization: Add tools to the MCP server by defining them within the
init()
method. - Connectivity:
- Connect via Cloudflare AI Playground.
- Utilize the
mcp-remote
proxy for local connections, such as with Claude Desktop.