Deploys a remote Model Context Protocol (MCP) server on Cloudflare Workers without authentication.
This tool simplifies the deployment of a remote Model Context Protocol (MCP) server on Cloudflare Workers, removing the complexity of authentication. This allows you to easily connect to the server from the Cloudflare AI Playground or local MCP clients using the mcp-remote proxy. You can customize the server by adding your own tools within the `init()` method of `src/index.ts` using `this.server.tool(...)`
主要功能
01Supports local MCP clients via mcp-remote proxy
02Customizable with user-defined tools
030 GitHub stars
04Easy deployment to Cloudflare Workers
05No authentication required
06Connects to Cloudflare AI Playground
使用案例
01Integrating with Claude Desktop for enhanced functionality
02Building custom AI workflows using Cloudflare Workers
03Connecting to the Cloudflare AI Playground with custom tools