linkedin-ads-remote-mcp-server-authless
1
This project provides an example to deploy a Model Context Protocol (MCP) server on Cloudflare Workers, allowing customization and integration with tools and local clients without requiring authentication.
Building a Remote MCP Server on Cloudflare (Without Auth)
- Deploy a remote MCP server using Cloudflare Workers without authentication.
- Customize by adding tools within the
init()
method. - Connect to your MCP server from the Cloudflare AI Playground.
- Use remote MCP servers with local MCP clients via the
mcp-remote
proxy.