Deploys an unauthenticated Model Context Protocol (MCP) server on Cloudflare Workers, enabling remote tool execution for AI clients.
Sponsored
This project provides an example for deploying a remote Model Context Protocol (MCP) server without requiring authentication directly on Cloudflare Workers. It offers a straightforward way to create and host your own AI tools, making them accessible to various MCP clients. Users can customize the server by defining new tools and easily connect it to remote MCP clients like the Cloudflare AI Playground, or local clients such as Claude Desktop via a proxy, expanding the capabilities of their AI interactions.
Key Features
01Connects with Cloudflare AI Playground
020 GitHub stars
03Customizable with user-defined Model Context Protocol tools
04Compatible with local MCP clients via mcp-remote proxy
05No authentication required for server access
06Deployable on Cloudflare Workers
Use Cases
01Deploying a public or testing MCP server without access restrictions
02Extending Cloudflare AI Playground with custom AI tools
03Integrating remote AI capabilities with local MCP clients like Claude Desktop