2025-06-03-Todo
Deploys a remote Model Context Protocol (MCP) server on Cloudflare Workers without authentication.
소개
Quickly deploy a remote MCP server to Cloudflare Workers, enabling integration with tools through the Model Context Protocol. This server, designed to run without authentication, allows you to define and integrate custom tools via the `init()` method in `src/index.ts`. Once deployed, it can be connected to the Cloudflare AI Playground or local MCP clients like Claude Desktop, streamlining your development workflow.
주요 기능
- 0 GitHub stars
- Connects to Cloudflare AI Playground
- Easy deployment to Cloudflare Workers
- No authentication required for simplified setup
- Customizable tool integration via `init()` method
- Supports integration with local MCP clients like Claude Desktop
사용 사례
- Connect Claude Desktop to remote tools via MCP
- Quickly prototype and test MCP-based applications
- Integrate custom tools into the Cloudflare AI Playground