Deploys a remote Model Context Protocol server on Cloudflare Workers without authentication.
Enables the creation of a remote Model Context Protocol (MCP) server on Cloudflare Workers, eliminating the need for authentication. It can be deployed directly from the browser or via command line, and allows users to add custom tools to the MCP server by defining them within the `init()` method. Integrates with the Cloudflare AI Playground and local MCP clients like Claude Desktop via the mcp-remote proxy.
主要功能
01Integrates with Cloudflare AI Playground
02Allows adding custom tools
030 GitHub stars
04Supports local MCP clients like Claude Desktop
05Deploy to Cloudflare Workers with one click
06Command line deployment option
使用案例
01Connect to Cloudflare AI Playground with custom tools.
02Integrate with local MCP clients such as Claude Desktop.
03Quickly set up a remote MCP server without managing authentication.