remote-mcp-server-authless
0
This project provides a way to deploy a remote MCP server without authentication on Cloudflare Workers. It supports customization of tools and integration with both Cloudflare AI Playground and local MCP clients like Claude Desktop.
Building a Remote MCP Server on Cloudflare (Without Auth)
This project allows deployment of a remote Model Context Protocol (MCP) server on Cloudflare Workers without authentication.
Features
- Deploy MCP server easily using Cloudflare Workers.
- Customize your server with tools via
init()
method insrc/index.ts
. - Connect MCP server to Cloudflare AI Playground for tool access.
- Compatible with local MCP clients like Claude Desktop.
Usage
- Deploy using Cloudflare Workers deploy button or via command line with
npm
. - Integrate with Claude Desktop using
mcp-remote
proxy.