HomeSearch & Research › You.com Web Access & AI

You.com Web Access & AI

Web search, AI agent, and content extraction via You.com APIs

TypeScript Remote
★ 25 stars Last pushed 2026-09-23 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://api.you.com/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http mcp https://api.you.com/mcp --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp": {
      "url": "https://api.you.com/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization secret — Bearer (You.com API key)

Package (npm 4.0.0)

npx -y @youdotcom-oss/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@youdotcom-oss/[email protected]"
      ],
      "env": {
        "YDC_API_KEY": "<YOUR_VALUE>",
        "YDC_PROFILE": "<YOUR_VALUE>",
        "YDC_ALLOWED_TOOLS": "<YOUR_VALUE>"
      }
    }
  }
}
  • YDC_API_KEY secret — You.com API key (optional — omit for free tier)
  • YDC_PROFILE — Hosted MCP profile to expose through the STDIO bridge (currently supports free)
  • YDC_ALLOWED_TOOLS — Comma-separated hosted tool ids to expose through the STDIO bridge

Related servers

Data from the Official MCP Registry