remote-mcp-server-authless
0
This project provides instructions to deploy and customize a remote MCP server on Cloudflare Workers without authentication. It facilitates connections with Cloudflare AI Playground and includes integration steps for local clients like Claude Desktop.
Overview
- A guide to deploying a remote MCP server on Cloudflare Workers without authentication.
- Steps to get started include deploying through Cloudflare or using npm on local machines.
- Customizing the server involves adding tools within the
init()
method ofsrc/index.ts
. - Connects with Cloudflare AI Playground to utilize MCP tools.
- Provides instructions to connect Claude Desktop to the MCP server using
mcp-remote
proxy.