Cloudflare AI Agent Server icon

Cloudflare AI Agent Server

Deploy a Model Context Protocol server on Cloudflare Workers without requiring authentication.

Acerca de

This open-source example provides a template for deploying a remote Model Context Protocol (MCP) server directly on Cloudflare Workers. It enables users to extend AI models with custom tools, connecting seamlessly with clients like the Cloudflare AI Playground and local MCP clients such as Claude Desktop, allowing for versatile integration of custom functionalities.

Características Principales

  • Authentication-less deployment on Cloudflare Workers.
  • Customizable integration for unique tools via `this.server.tool()`.
  • Compatibility with Cloudflare AI Playground for remote client access.
  • Support for local MCP clients like Claude Desktop via an `mcp-remote` proxy.
  • One-click deployment option using Cloudflare's deploy button.
  • 0 GitHub stars

Casos de Uso

  • Connecting local AI clients, such as Claude Desktop, to remote tools.
  • Integrating custom tools into the Cloudflare AI Playground.
  • Extending AI models with custom functionalities through the Model Context Protocol.