remote-mcp-server-authless
0
This project provides instructions for deploying a remote Model Context Protocol (MCP) server on Cloudflare without authentication, enabling integration with tools like Cloudflare AI Playground and Claude Desktop. It allows customization through tool additions.
Overview
- This project demonstrates how to deploy a remote MCP server on Cloudflare Workers without requiring authentication.
- Features include custom tool addition via
init()
method insrc/index.ts
and integration with the Cloudflare AI Playground. - Users can connect to the MCP server from Claude Desktop using the
mcp-remote
proxy.