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.
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.
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:
- 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. …
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.
- Open claude.ai/customize/connectors.
- Click "Add custom connector".
- 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)
- Name:
- Click Connect to authorize.
All tools below appear in your chat — start typing prompts.
Available tools
| Tool | What it does |
|---|---|
youcom_search | Web search across the open web via You |
youcom_news | News-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?