remote-mcp-server-authless

remote-mcp-server-authless

0

This project provides instructions to deploy and customize a remote MCP server without authentication on Cloudflare Workers. It includes guidance on connecting the server to the Cloudflare AI Playground and Claude Desktop.

Building a Remote MCP Server on Cloudflare (Without Auth)

This guide demonstrates how to deploy a remote MCP server without authentication using Cloudflare Workers. You can start by deploying your server using Cloudflare's deployment tools or via the command line.

Customizing your MCP Server

  • Define your own tools in the init() method in src/index.ts.

Connect to Cloudflare AI Playground

  • Access your deployed MCP server URL from the Cloudflare AI Playground.

Connect Claude Desktop to your MCP Server

  • Use the mcp-remote proxy to link Claude Desktop to your server as per Anthropic's Quickstart.