Remote MCP Server Authless

by hu9

Integrations

  • Allows deployment of remote MCP servers on Cloudflare Workers, providing a serverless environment to host custom MCP tools accessible via a dedicated endpoint.

Cloudflare 上でリモート MCP サーバーを構築する (認証なし)

この例では、Cloudflare Workers で認証を必要としないリモート MCP サーバーをデプロイできます。

始めましょう:

これにより、MCP サーバーが次のような URL にデプロイされます: remote-mcp-server-authless.<your-account>.workers.dev/sse

あるいは、以下のコマンド ラインを使用して、ローカル マシンにリモート MCP サーバーを作成することもできます。

npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-authless

MCPサーバーのカスタマイズ

独自のツールを MCP サーバーに追加するには、 this.server.tool(...)を使用してsrc/index.tsinit()メソッド内で各ツールを定義します。

Cloudflare AI Playgroundに接続する

リモート MCP クライアントである Cloudflare AI Playground から MCP サーバーに接続できます。

  1. https://playground.ai.cloudflare.com/にアクセスしてください
  2. デプロイされた MCP サーバーの URL を入力します ( remote-mcp-server-authless.<your-account>.workers.dev/sse )
  3. MCP ツールをプレイグラウンドから直接使用できるようになりました。

Claude DesktopをMCPサーバーに接続する

mcp-remote プロキシを使用して、ローカル MCP クライアントからリモート MCP サーバーに接続することもできます。

Claude Desktop から MCP サーバーに接続するには、 Anthropic のクイックスタートに従い、Claude Desktop 内で [設定] > [開発] > [構成の編集] に移動します。

次の構成で更新します。

{ "mcpServers": { "calculator": { "command": "npx", "args": [ "mcp-remote", "http://localhost:8787/sse" // or remote-mcp-server-authless.your-account.workers.dev/sse ] } } }

Claude を再起動すると、ツールが利用可能になるはずです。

-
security - not tested
F
license - not found
-
quality - not tested

Cloudflare Workers 上に展開可能な MCP (Model Context Protocol) サーバーは認証を必要とせず、ユーザーは Claude Desktop または Cloudflare AI Playground を通じてカスタム AI ツールを作成してアクセスできます。

  1. 始めましょう:
    1. MCPサーバーのカスタマイズ
      1. Cloudflare AI Playgroundに接続する
        1. Claude DesktopをMCPサーバーに接続する

          Related MCP Servers

          • -
            security
            F
            license
            -
            quality
            A Cloudflare Workers implementation of Model Context Protocol (MCP) server that enables AI tools to be exposed to Claude and other assistants through OAuth authentication.
            Last updated -
            14
            TypeScript
          • -
            security
            -
            license
            -
            quality
            A Model Context Protocol server implementation that runs on Cloudflare Workers, allowing AI assistants like Claude to access external tools via MCP with OAuth login support.
            Last updated -
            TypeScript
          • -
            security
            -
            license
            -
            quality
            A serverless MCP implementation on Cloudflare Workers that doesn't require authentication, allowing you to deploy custom AI tools that can be accessed from Cloudflare AI Playground or Claude Desktop.
            Last updated -
            TypeScript
          • -
            security
            F
            license
            -
            quality
            A tool for deploying a remote Model Context Protocol server on Cloudflare Workers without authentication requirements, allowing users to create custom AI tools accessible from Claude Desktop or Cloudflare AI Playground.
            Last updated -
            TypeScript

          View all related MCP servers

          ID: il16bqvg4p