mcp-server-compare-site-screenshots
0
The project demonstrates how to deploy a remote MCP server on Cloudflare Workers without authentication. It allows users to connect via Cloudflare AI Playground and customize the server with specific tools.
Overview
This project provides an example of deploying a remote Model Context Protocol (MCP) server without authentication using Cloudflare Workers. It includes options to connect to Cloudflare AI Playground and local MCP clients like Claude Desktop. The server can be customized by adding tools within the init()
method in the src/index.ts
file.