Skip to main content
Glama

Remote MCP Server (Authless)

by feraranas

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

https://remote-mcp-server-authless.feraranas.workers.dev/

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 を再起動すると、ツールが利用可能になるはずです。

Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Claude Desktop や Cloudflare AI Playground などの AI クライアントに接続できる、認証不要の Model Context Protocol サーバーを Cloudflare Workers にデプロイするためのツール。

  1. Cloudflare 上でリモート MCP サーバーを構築する (認証なし)
    1. 始めましょう:
    2. MCPサーバーのカスタマイズ
    3. Cloudflare AI Playgroundに接続する
    4. Claude DesktopをMCPサーバーに接続する

Related MCP Servers

  • -
    security
    F
    license
    -
    quality
    A tool for deploying authentication-free Model Context Protocol servers on Cloudflare Workers that can be connected to AI clients like Claude Desktop or Cloudflare AI Playground.
    Last updated -
    TypeScript
  • -
    security
    F
    license
    -
    quality
    Deploys a Model Context Protocol server on Cloudflare Workers without authentication requirements, allowing you to create and expose custom AI tools to clients like Claude Desktop or Cloudflare AI Playground.
    Last updated -
    TypeScript
  • -
    security
    F
    license
    -
    quality
    A deployable Model Context Protocol server on Cloudflare Workers that runs without authentication requirements, allowing integration with AI models through the Cloudflare AI Playground or Claude Desktop.
    Last updated -
    TypeScript
  • -
    security
    F
    license
    -
    quality
    A tool that deploys an authentication-free Model Context Protocol server on Cloudflare Workers, allowing you to create and access custom AI tools from the Cloudflare AI Playground or Claude Desktop.
    Last updated -
    TypeScript

View all related MCP servers

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/feraranas/remote-mcp-server-authless'

If you have feedback or need assistance with the MCP directory API, please join our Discord server