Aller au contenu principal

KI-Client konfigurieren

Kopieren Sie die Konfiguration passend zu Ihrem Editor. Die URL ist fest — es ist unser Cloud-Run-Server, gehostet und gewartet von OrbiAds.

MCP-Server-URL

Feste URL — für alle Nutzer identisch, gehostet auf unserer Cloud-Run-Infrastruktur.

https://orbiads.com/mcp
Empfohlene Methode
  1. 1
    Claude Desktop öffnen
  2. 2
    Claude-Menü → Einstellungen ⚙ (Cmd+, auf macOS)
  3. 3
    Tab Connectors
  4. 4
    Auf Add Connector klicken
  5. 5
    MCP-Server-URL einfügen
    https://orbiads.com/mcp
  6. 6
    Speichern — die Google-OAuth-Authentifizierung wird automatisch ausgelöst
JSON-Methode — Versionen ohne integrierte Connectors
macOS: ~/Library/Application Support/Claude/claude_desktop_config.jsonWindows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "orbiads": {
      "url": "https://orbiads.com/mcp",
      "transport": "streamable-http"
    }
  }
}