Deploys a remote Model Context Protocol (MCP) server on Cloudflare Workers without authentication.
This tool provides a streamlined method for deploying a remote MCP server on Cloudflare Workers, eliminating the need for authentication. It allows users to easily connect to the server from platforms like the Cloudflare AI Playground or local MCP clients using the mcp-remote proxy. The server can be customized by adding your own tools within the `init()` method, making it a flexible solution for various applications.
Key Features
01Supports local MCP client connections via mcp-remote
02Customizable with user-defined tools
03Easy deployment to Cloudflare Workers
040 GitHub stars
05Authentication-free access
06Connects to Cloudflare AI Playground
Use Cases
01Creating a remote tool execution environment
02Integrating with local MCP clients like Claude Desktop
03Connecting custom tools to the Cloudflare AI Playground