Connector guide1-minute read2 MCP toolsEN · DE · IT

You.com mit Cursor verbinden — über MCP

Web and news search from any AI agent via the You.com Search API. 2 tools, API-key auth.

HCBy HelpCode teamAktualisiert 1 min read Open Source auf GitHub

Keine Kreditkarte · 7 Tage Test · Self-Hosting-Alternative verfügbar

You.com

Web and news search from any AI agent via the You.com Search API. 2 tools, API-key auth.

Tools

2

Region

INTL

Kategorie

Public Data

Authentifizierung

API Key

Benötigte Env-Vars

YDC_API_KEY
Mit einem Klick in der Cloud installieren

7 Tage kostenlos testen · Keine Kreditkarte

  • 7 Tage kostenlos
    Keine Kreditkarte nötig
  • GDPR & SOC 2 ready
    EU-Datenhaltung, Audit-Logs
  • Open Source auf GitHub
    Open-Source · AGPL-3.0
  • Funktioniert mit ChatGPT, Claude, Gemini
    Jeder MCP-kompatible Client

Installation überspringen. In unter 2 Minuten einsatzbereit.

Starte eine kostenlose Testphase auf cloud.anythingmcp.com, füge You.com mit einem Klick hinzu und richte deinen KI-Client (Claude, ChatGPT, Copilot oder Cursor) auf den erzeugten MCP-Endpoint. Kein Docker, kein git clone, keinerlei Entwicklungserfahrung nötig.

Kostenlos testen

Summary

Web and news search from any AI agent via the You.com Search API. 2 tools, API-key auth.

Frag einfach

Beispiel-Prompts für You.com

Klick auf einen Prompt, um ihn zu kopieren. In Claude, ChatGPT, Cursor, Gemini, Copilot oder OpenClaw einfügen — und gegen diesen Connector laufen lassen.

You.com · live via MCP
Teilen
Opus 4.7

Claude ist KI und kann Fehler machen. Bitte Antworten gegenprüfen.

💡 Keine Installation? Nutze cloud.anythingmcp.com direkt. Einloggen, Connectors → You.com klicken, Zugangsdaten einfügen, MCP-API-Key erzeugen — fertig. Kein Docker, kein git clone, kein lokaler Server.

You.com + Cursor

Web and news search from any AI agent via the You.com Search API. 2 tools, API-key auth.

Voraussetzungen

Die vollständige Setup-Anleitung ist in den Connector eingebaut (im Store sichtbar, wenn du den Connector auswählst). Benötigte Umgebungsvariablen für diesen Connector:

YDC_API_KEY

Schritt 1 — Zugangsdaten holen

This connector wraps the You.com Web Search API (ydc-index.io).

Setup:

  1. Create an API key at https://you.com/platform/api-keys (a key scoped to Web Search).
  2. Set YDC_API_KEY.

Authentication: the key is sent as the X-API-Key header on every call, exactly as the API reference documents for POST https://ydc-index.io/v1/search.

One endpoint, two tools: the API exposes a single search endpoint, POST /v1/search, which returns web and news results together, organised under results.web and results.news.

  • youcom_search — returns the full response. …

Schritt 2 — Adapter installieren

curl -fsSL https://raw.githubusercontent.com/HelpCode-ai/anythingmcp/main/docker-compose.quickstart.yml -o docker-compose.yml
printf 'JWT_SECRET=%s\nENCRYPTION_KEY=%s\n' "$(openssl rand -hex 32)" "$(openssl rand -hex 32)" > .env
docker compose up -d

Schritt 3 — Connector in Cursor hinzufügen

Cursor liest MCP-Server aus ~/.cursor/mcp.json. Füge diesen Eintrag hinzu:

{
  "mcpServers": {
    "anythingmcp": {
      "url": "https://cloud.anythingmcp.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
    }
  }
}
  1. Hole deinen MCP API Key aus AnythingMCP → Profil → MCP API Keys → Neuer Key.
  2. Speichern und Cursor neu starten.
  3. Cursor → Einstellungen → MCP öffnen und prüfen, ob You.com als "Connected" gelistet ist.
  4. Chatten — alle You.com-Tools sind aufrufbar.

Verfügbare Tools

ToolWhat it does
youcom_searchWeb search across the open web via You
youcom_newsNews-only search via You

FAQ

Unterstützt Cursor benutzerdefinierte MCP-Server im Free-Tier? Ja — MCP ist auf Hobby, Pro und Business verfügbar.

Nächste Schritte

War dieser Guide hilfreich?

Your You.com agent is one click away.

Install the connector, paste the key, prompt Cursor. Free for 7 days, no credit card.

Verwandte Anleitungen