remote-mcp-server-authless

remote-mcp-server-authless

0

This project facilitates the deployment of a remote MCP server on Cloudflare Workers without requiring authentication. It allows for customization of server tools and easy connection to Cloudflare AI Playground or local clients.

Building a Remote MCP Server on Cloudflare

This project allows you to deploy a remote MCP server without authentication using Cloudflare Workers. You can deploy directly through a provided button or via command line. Additionally, users can customize their MCP server by adding tools to the init() method. You can connect your server to Cloudflare AI Playground or to local MCP clients using a provided proxy.

Features:

  • Deploy MCP server on Cloudflare.
  • No authentication required.
  • Customizable tools through init() method.
  • Connects to Cloudflare AI Playground.
  • Compatible with local MCP clients like Claude Desktop.

Usage:

  1. Deploy using Deploy to Workers button or CLI.
  2. Customize tools in src/index.ts.
  3. Connect using Cloudflare AI Playground or mcp-remote proxy.