Deploys a remote Model Context Protocol (MCP) server on Cloudflare Workers without requiring authentication.
This project provides a streamlined way to deploy a remote MCP server on Cloudflare Workers, enabling connection with remote MCP clients like the Cloudflare AI Playground and local clients through mcp-remote, all without the need for authentication. It offers a quick setup process using either a one-click deploy button or command-line installation, and allows for easy customization by adding your own tools within the server's initialization method.
主要功能
01One-click deployment to Cloudflare Workers
02Command-line installation option
03Compatible with Cloudflare AI Playground
04Supports local MCP clients via mcp-remote proxy
050 GitHub stars
06Easy customization with tool addition
使用案例
01Connecting to the Cloudflare AI Playground with custom tools.
02Integrating with Claude Desktop for enhanced functionality.
03Creating a readily accessible remote MCP server for various applications.