remote-mcp-server-authless

remote-mcp-server-authless

0

This project demonstrates how to deploy and customize a remote MCP server on Cloudflare Workers without authentication. It integrates with Cloudflare AI Playground and supports local MCP clients through a proxy.

Building a Remote MCP Server on Cloudflare

This project allows you to deploy a remote MCP server without authentication on Cloudflare Workers. You can deploy the server using the provided button or through the command line on your local machine. The server can be customized by defining tools in the init() method. It can connect to Cloudflare AI Playground and communicate with local clients like Claude Desktop through the mcp-remote proxy.