Deploys an authentication-less remote Model Context Protocol (MCP) server on Cloudflare Workers.
This project provides a deployable example of a remote Model Context Protocol (MCP) server designed to run on Cloudflare Workers without requiring authentication. It allows developers to define and integrate their own custom tools, extending the capabilities of AI models. The server can seamlessly connect to remote MCP clients like the Cloudflare AI Playground or local clients such as Claude Desktop via the `mcp-remote` proxy, enabling direct interaction with custom-defined tools.
Key Features
01Deployable on Cloudflare Workers
02Connects to Cloudflare AI Playground
03Custom tool integration via `init()` method
04Authentication-less operation
05Connects to local MCP clients (e.g., Claude Desktop via mcp-remote proxy)
060 GitHub stars
Use Cases
01Building custom AI agent tools and functionalities
02Integrating bespoke services with AI clients for enhanced model capabilities
03Extending AI models with external tools like calculators or data fetching services