Remote MCP Server

by zzstoatzz

Integrations

  • Allows deploying the MCP server on Cloudflare Workers and connecting it to the Cloudflare AI Playground

  • Provides hosting for the MCP server without requiring authentication

Erstellen eines Remote-MCP-Servers auf Cloudflare (ohne Authentifizierung)

Mit diesem Beispiel können Sie einen Remote-MCP-Server bereitstellen, der keine Authentifizierung bei Cloudflare Workers erfordert.

Erste Schritte:

Dadurch wird Ihr MCP-Server unter einer URL wie der folgenden bereitgestellt: remote-mcp-server-authless.<your-account>.workers.dev/sse

Alternativ können Sie die folgende Befehlszeile verwenden, um den Remote-MCP-Server auf Ihrem lokalen Computer zu erstellen:

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

Anpassen Ihres MCP-Servers

Um dem MCP-Server Ihre eigenen Tools hinzuzufügen, definieren Sie jedes Tool innerhalb der init() Methode von src/index.ts mit this.server.tool(...) .

Mit Cloudflare AI Playground verbinden

Sie können vom Cloudflare AI Playground, einem Remote-MCP-Client, eine Verbindung zu Ihrem MCP-Server herstellen:

  1. Gehen Sie zu https://playground.ai.cloudflare.com/
  2. Geben Sie die URL Ihres bereitgestellten MCP-Servers ein ( remote-mcp-server-authless.<your-account>.workers.dev/sse ).
  3. Sie können Ihre MCP-Tools jetzt direkt vom Spielplatz aus verwenden!

Verbinden Sie Claude Desktop mit Ihrem MCP-Server

Sie können auch von lokalen MCP-Clients aus eine Verbindung zu Ihrem Remote-MCP-Server herstellen, indem Sie den MCP-Remote-Proxy verwenden.

Um von Claude Desktop aus eine Verbindung zu Ihrem MCP-Server herzustellen, folgen Sie der Schnellstartanleitung von Anthropic und gehen Sie in Claude Desktop zu Einstellungen > Entwickler > Konfiguration bearbeiten.

Update mit dieser Konfiguration:

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

Starten Sie Claude neu und die Tools sollten verfügbar werden.

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

Ein serverloser MCP-Server (Model Context Protocol), der auf Cloudflare Workers bereitgestellt wird und die Verbindung von KI-Modellen mit benutzerdefinierten Tools ohne Authentifizierung ermöglicht.

  1. Erste Schritte:
    1. Anpassen Ihres MCP-Servers
      1. Mit Cloudflare AI Playground verbinden
        1. Verbinden Sie Claude Desktop mit Ihrem MCP-Server

          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 deployable authentication-free MCP (Model Context Protocol) server on Cloudflare Workers that allows you to add custom tools and connect to AI clients like Claude Desktop or Cloudflare AI Playground.
            Last updated -
            TypeScript
          • -
            security
            F
            license
            -
            quality
            A deployable MCP server on Cloudflare Workers that enables using custom tools with AI models without requiring authentication.
            Last updated -
            JavaScript

          View all related MCP servers

          ID: 21wxvta2um