Remote MCP Server Authless

by zpg6

Integrations

  • Integrates with Cloudflare AI Playground, allowing users to connect to and use the MCP server's tools directly from the playground interface

  • Enables deployment of a remote MCP server without authentication, hosted on Cloudflare Workers infrastructure

Создание удаленного сервера MCP на Cloudflare (без аутентификации)

В этом примере можно развернуть удаленный сервер MCP, не требующий аутентификации на рабочих узлах Cloudflare.

Начать:

Это развернет ваш сервер 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, определите каждый инструмент внутри метода init() src/index.ts с помощью this.server.tool(...) .

Подключитесь к Cloudflare AI Playground

Вы можете подключиться к своему серверу MCP из Cloudflare AI Playground, который является удаленным клиентом MCP:

  1. Перейдите по ссылке https://playground.ai.cloudflare.com/
  2. Введите URL-адрес развернутого сервера MCP ( remote-mcp-server-authless.<your-account>.workers.dev/sse )
  3. Теперь вы можете использовать инструменты MCP прямо с игровой площадки!

Подключите Claude Desktop к вашему серверу MCP

Вы также можете подключиться к удаленному серверу MCP с локальных клиентов MCP, используя прокси-сервер mcp-remote .

Чтобы подключиться к серверу MCP из Claude Desktop, следуйте краткому руководству 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

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.

Бессерверное решение для развертывания серверов Model Context Protocol (MCP) на рабочих объектах Cloudflare без необходимости аутентификации, позволяющее разработчикам создавать и получать доступ к пользовательским инструментам ИИ через стандарт MCP.

  1. Начать:
    1. Настройка вашего MCP-сервера
      1. Подключитесь к Cloudflare AI Playground
        1. Подключите Claude Desktop к вашему серверу MCP

          Related MCP Servers

          • -
            security
            F
            license
            -
            quality
            A deployable MCP (Model Context Protocol) server on Cloudflare Workers that doesn't require authentication, allowing users to create and access custom AI tools through Claude Desktop or the Cloudflare AI Playground.
            Last updated -
            TypeScript
          • -
            security
            F
            license
            -
            quality
            A tool that allows deployment of a remote MCP (Model Context Protocol) server on Cloudflare Workers without authentication requirements, enabling connection to AI models through Claude Desktop or Cloudflare AI Playground.
            Last updated -
            TypeScript
          • -
            security
            F
            license
            -
            quality
            A serverless tool that allows deployment of authentication-free Model Context Protocol servers on Cloudflare Workers, enabling AI assistants to utilize custom tool functionalities.
            Last updated -
            TypeScript
          • -
            security
            F
            license
            -
            quality
            A serverless Model Context Protocol implementation on Cloudflare Workers that enables AI tools without requiring authentication, allowing connection from AI Playground or Claude Desktop.
            Last updated -
            TypeScript

          View all related MCP servers

          ID: gij8mg69zx