Remote Server
Deploys an authentication-less Model Context Protocol (MCP) server on Cloudflare Workers.
概要
This example repository provides a template for deploying a remote Model Context Protocol (MCP) server on Cloudflare Workers without requiring authentication. It enables developers to host custom MCP tools and make them accessible to various MCP clients, such as the Cloudflare AI Playground or local applications like Claude Desktop, via a proxy. By defining tools within the server's `init()` method, users can extend the server's capabilities and integrate them into their AI workflows.
主な機能
- 0 GitHub stars
- Authentication-less deployment on Cloudflare Workers
- Host custom Model Context Protocol (MCP) tools
- Seamless integration with Cloudflare AI Playground
- Compatibility with local MCP clients via mcp-remote proxy
- Extendable architecture for defining new tools
ユースケース
- Integrating custom AI tools with the Cloudflare AI Playground
- Enabling remote access to AI tools for local desktop applications like Claude Desktop
- Deploying and hosting custom Model Context Protocol (MCP) tools for AI agents