MCP.so
登录

Building a Remote MCP Server on Cloudflare (Without Auth)

@sverze

关于 Building a Remote MCP Server on Cloudflare (Without Auth)

暂无概览

基本信息

分类

金融与商务

运行时

node

传输方式

stdio

发布者

sverze

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Building a Remote MCP Server on Cloudflare (Without Auth)?

This example lets you deploy a remote Model Context Protocol (MCP) server on Cloudflare Workers that does not require any authentication. It is intended for developers who want to quickly expose MCP tools over the internet without managing access control.

How to use Building a Remote MCP Server on Cloudflare (Without Auth)?

Deploy the server with the one‑click Cloudflare button or via the command line (npm create cloudflare@latest). Customize it by adding tools inside the init() method of src/index.ts using this.server.tool(...). Connect remote MCP clients (such as Cloudflare AI Playground or Claude Desktop with the mcp-remote proxy) by pointing them to the deployed SSE endpoint.

Key features of Building a Remote MCP Server on Cloudflare (Without Auth)

  • Deploy an MCP server without any authentication.
  • One‑click deployment using the Cloudflare “Deploy to Workers” button.
  • Customize tools directly in src/index.ts via this.server.tool(...).
  • Connect from the Cloudflare AI Playground as a remote MCP client.
  • Works with local MCP clients through the mcp-remote proxy.

Use cases of Building a Remote MCP Server on Cloudflare (Without Auth)

  • Rapidly prototype and test MCP tools without setting up authentication.
  • Expose MCP tools for use in

评论

金融与商务 分类下的更多 MCP 服务器