remote-mcp-server-authless-3

remote-mcp-server-authless-3

0

This project allows users to deploy a remote Model Context Protocol (MCP) server without authentication on Cloudflare Workers. It includes customization options for adding tools and provides instructions for connecting with both Cloudflare AI Playground and local clients like Claude Desktop.

Building a Remote MCP Server on Cloudflare

This project demonstrates how to deploy a remote MCP server without authentication using Cloudflare Workers.

Get started:

  • Deploy your MCP server by clicking the 'Deploy to Workers' button or through the command line.

Customizing your MCP Server:

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

Connect to Cloudflare AI Playground:

  • Use the deployed server URL in the Cloudflare AI Playground.

Connect Claude Desktop:

  • Use mcp-remote proxy for local MCP clients following configuration guidelines.