Connector guide2-minute read2 MCP toolsEN · DE · IT

How to Connect You.com to Claude — via MCP

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

HCBy HelpCode teamUpdated 2 min read Open-source on GitHub

No credit card · 7-day trial · Self-host alternative available

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

Category

Public Data

Authentication

API Key

Required env vars

YDC_API_KEY
Install in one click on Cloud

7-day free trial · No credit card

  • 7-day free trial
    No credit card required
  • GDPR & SOC 2 ready
    EU data residency, audit logs
  • Open-source on GitHub
    Open source · AGPL-3.0
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

Skip the install. Get this working in under 2 minutes.

Start a free trial on cloud.anythingmcp.com, add the You.com in one click, then point your AI client (Claude, ChatGPT, Copilot or Cursor) at the generated MCP endpoint. No Docker, no git clone, zero engineering experience required.

Start free trial

Summary

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

Try asking

Example prompts for You.com

Click any prompt to copy it. Paste into Claude, ChatGPT, Cursor, Gemini, Copilot or OpenClaw to run it against this connector.

You.com · live via MCP
Share
Opus 4.7

Claude is AI and can make mistakes. Please double-check responses.

💡 No install? Use cloud.anythingmcp.com directly. Sign in, click Connectors → You.com, paste your credentials, mint an MCP API key — done. No Docker, no git clone, no local server.

You.com + Claude

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

Prerequisites

See the full setup instructions baked into the connector (visible in the in-app store when you select the connector). The required environment variables for this connector are:

YDC_API_KEY

Step 1 — Get credentials

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. …

Step 2 — Install the adapter

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

Step 3 — Add the connector in Claude

Recommended path — works on claude.ai web without editing any config file.

  1. Open claude.ai/customize/connectors.
  2. Click "Add custom connector".
  3. Fill in:
    • Name: You.com
    • URL: https://cloud.anythingmcp.com/mcp
    • Authentication: Bearer token → paste your MCP API key (from AnythingMCP → Profile → MCP API Keys → New Key)
  4. Click Connect to authorize.

All tools below appear in your chat — start typing prompts.

Available tools

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

FAQ

Does it work with Claude Code as well as Claude Desktop? Yes — point both at https://cloud.anythingmcp.com/mcp.

Next steps

Was this guide helpful?

Your You.com agent is one click away.

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

Related guides