MCP.so
ログイン

Building a Remote MCP Server on Cloudflare (Without Auth)

@JWconsultancy1234

Building a Remote MCP Server on Cloudflare (Without Auth) について

概要はまだありません

基本情報

カテゴリ

開発者ツール

ランタイム

node

トランスポート

stdio

公開者

JWconsultancy1234

設定

標準の設定はありません

このサーバーの README には解析可能な MCP 設定ブロックが含まれていません。インストール手順はリポジトリをご確認ください。

リポジトリ

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

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

This example allows you to deploy a remote MCP server that does not require authentication on Cloudflare Workers. It is for developers who want to quickly expose MCP tools over the internet without setting up authentication.

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

Deploy via the provided button or run npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless locally. Customize tools inside the init() method of src/index.ts. Connect clients like Cloudflare AI Playground or Claude Desktop (via the mcp-remote proxy) using the deployment's SSE URL.

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

  • Deploy directly from the Deploy to Workers button
  • Alternatively, create locally with a single CLI command
  • Add custom MCP tools without authentication
  • Exposes a remote SSE endpoint automatically
  • Connects to Cloudflare AI Playground as a client
  • Works with Claude Desktop via mcp-remote proxy

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

  • Quickly spin up a remote MCP server for testing or prototyping
  • Integrate custom MCP tools with Cloudflare's AI Playground
  • Connect local MCP clients like Claude Desktop to a cloud-hosted server
  • Develop and iterate on MCP tools without managing auth infrastructure
  • Share MCP tools with teammates or services that don't require login

FAQ from Building a Remote MCP Server on Cloudflare (Without Auth)

コメント

「開発者ツール」の他のコンテンツ