An MCP server for You.com that provides web/news search, cited research answers, and web page content extraction. It can be used directly as a hosted HTTP MCP endpoint or through a local STDIO bridge that forwards to the remote service.
From the registry: Web search, AI agent, and content extraction via You.com APIs
Please install the `mcp-youdotcomoss` MCP server into my current AI client (that's you).
Optional prerequisites:
- Get a You.com API key — Create a You.com API key for authenticated access. Search can work without an API key on the free tier (rate-limited by IP), but the contents and research tools require an API key. (https://you.com/platform/api-keys)
- Install Node.js or Bun (STDIO bridge only) — Required only if you use the local STDIO bridge via the npm package.
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["@youdotcom-oss/mcp"]
- optional environment variables:
- `YDC_API_KEY`: You.com API key for authenticated access. Optional for free-tier search-only usage; required if you want to use contents or research tools. (example: `<your-api-key>`)
- `MCP_SERVER_URL`: Overrides the remote MCP server URL used by the STDIO bridge. (example: `<your-mcp-server-url>`)
Note: Remote HTTP server is the recommended setup. The npm package is a local STDIO bridge to the same hosted service. Free-tier unauthenticated usage is available for search only; authenticated access is required for contents and research tools.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.YDC_API_KEYAPI key used by the local STDIO bridge for authentication; optional for free-tier search-only usage.MCP_SERVER_URLOverrides the default remote MCP server URL.MCP server for searching Airweave collections with natural language queries.