> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://you.com/docs/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://you.com/docs/_mcp/server.

# Integrations

Every integration wraps the same three APIs — **Search**, **Contents**, and **Research**. Switching frameworks is a transport change, not a capability change. One API key works across everything.

## AI frameworks

Connect You.com's remote MCP server to crewAI agents for real-time web search and content extraction.

`langchain-youdotcom`: `YouSearchTool`, `YouContentsTool`, and `YouRetriever` for agents and RAG pipelines.

`YouSearchTool` and `YouContentsTool` in stateful, multi-step workflows.

`llama-index-retrievers-you` for real-time web and news retrieval.

`@youdotcom-oss/ai-sdk-plugin`: `youSearch()` and `youContents()` tools for any AI SDK app.

## Automation platforms

`@youdotcom-oss/n8n-nodes-youdotcom` community node for workflows and AI agents.

Connect Search, Contents, and Research to 8,000+ apps, no code required.

## Open models

You.com powers the default web browsing backend for OpenAI's open-weight GPT OSS models via `YouComBackend`.

## Also available

First-party surfaces for connecting You.com to your tools:

[MCP Server](/docs/build-with-agents/mcp-server) · [Claude Skills](/docs/build-with-agents/skills) · [Agent Harnesses](/docs/build-with-agents/agent-harnesses/codex-cli) (Claude Code, Cursor, Windsurf, and more) · [Python SDK](/docs/sdks/python-sdk) · [TypeScript SDK](/docs/sdks/typescript-sdk)

## Don't see your stack?

[Request an integration](https://you.com/support) — or call the [REST API](/docs/api-reference/search/v1-search) directly. Anything you can do through an integration, you can do with an HTTP request.