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.
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.
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
Web and news search from any AI agent via the You.com Search API. 2 tools, API-key auth.
Einrichtung
This connector wraps the You.com Web Search API (ydc-index.io).
Setup:
- Create an API key at https://you.com/platform/api-keys (a key scoped to Web Search).
- 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. …
Voraussetzungen: YDC_API_KEY
Connector lokal 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
Öffne http://localhost:3000/connectors/store, wähle You.com und trage die unter Voraussetzungen aufgelisteten Variablen ein.
Verfügbare Tools
| Tool | What it does |
|---|---|
youcom_search | Web search across the open web via You |
youcom_news | News-only search via You |
Nächste Schritte
War dieser Guide hilfreich?