remote-mcp-server-authless

remote-mcp-server-authless

0

This project is designed to facilitate the deployment of a Model Context Protocol (MCP) server on Cloudflare Workers without requiring authentication. It allows users to customize tools and connect the server with Cloudflare AI Playground and local clients.

Building a Remote MCP Server on Cloudflare

This project demonstrates how to deploy a remote Model Context Protocol (MCP) server to Cloudflare Workers without authentication. It offers options to launch the server using Cloudflare's deploy button or via command line on a local machine with npm. The server can integrate custom tools defined in the init() method. Users can connect their MCP server to the Cloudflare AI Playground or to local MCP clients, such as Claude Desktop, using the mcp-remote proxy package.