-
securityF
license-
qualityA deployable Model Context Protocol server on Cloudflare Workers that operates without authentication, allowing connection to AI assistants like Claude Desktop and Cloudflare AI Playground.
Last updated -
TypeScript
Allows deployment of a remote MCP server on Cloudflare Workers that doesn't require authentication
此示例允许您部署不需要在 Cloudflare Workers 上进行身份验证的远程 MCP 服务器。
这会将您的 MCP 服务器部署到类似以下 URL: remote-mcp-server-authless.<your-account>.workers.dev/sse
或者,您可以使用下面的命令行在本地计算机上创建远程 MCP 服务器:
要将您自己的工具添加到 MCP 服务器,请在src/index.ts
的init()
方法中使用this.server.tool(...)
定义每个工具。
您可以从 Cloudflare AI Playground(一个远程 MCP 客户端)连接到您的 MCP 服务器:
remote-mcp-server-authless.<your-account>.workers.dev/sse
)您还可以使用mcp-remote 代理从本地 MCP 客户端连接到远程 MCP 服务器。
要从 Claude Desktop 连接到您的 MCP 服务器,请按照Anthropic 的快速入门,并在 Claude Desktop 中转到设置 > 开发人员 > 编辑配置。
使用此配置进行更新:
重新启动 Claude,您就会看到工具可用。
This server cannot be installed
一种无服务器解决方案,用于在 Cloudflare Workers 上部署模型上下文协议服务器,无需身份验证要求,允许工具与 Claude Desktop 和 Cloudflare AI Playground 一起使用。