remote-mcp-server-authless-2

remote-mcp-server-authless-2

0

This project enables the deployment of a remote Model Context Protocol (MCP) server on Cloudflare Workers without requiring authentication, allowing connections from the Cloudflare AI Playground and local clients like Claude Desktop.

Building a Remote MCP Server on Cloudflare

This guide provides instructions for deploying a remote MCP server on Cloudflare Workers, which does not require authentication.

Features

  • Deploy MCP server via Cloudflare Workers without authentication.
  • Customize MCP server by adding tools.
  • Connect to Cloudflare AI Playground as a remote MCP client.
  • Integrate with Claude Desktop using the mcp-remote proxy.

Usage

  • Use the provided URL for deployment or the command line for a local setup.
  • Tools are defined in the init() method using this.server.tool(...).
  • For connection instructions, refer to the Cloudflare AI Playground and Claude Desktop sections.