Home › Search & Research › You.com Web Access & AI
You.com Web Access & AI
Web search, AI agent, and content extraction via You.com APIs
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>"
}
}
}
}
Authorizationsecret — Bearer (You.com API key)
Package (npm 4.0.0)
npx -y @youdotcom-oss/mcp@4.0.0
Or add to your MCP client config:
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@youdotcom-oss/mcp@4.0.0"
],
"env": {
"YDC_API_KEY": "<YOUR_VALUE>",
"YDC_PROFILE": "<YOUR_VALUE>",
"YDC_ALLOWED_TOOLS": "<YOUR_VALUE>"
}
}
}
}
YDC_API_KEYsecret — 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
Sui Knowledge Base (kapa.ai)
Semantic search across Sui documentation and knowledge sources, powered by kapa.ai
wigolo
Local-first web intelligence MCP server for AI coding agents
Zotero MCP
Search, read, annotate, and add to your Zotero research library, local or web.
exa-mcp-server
Connect AI agents to Exa for web search, content fetching, and multi-step research.
arxiv-mcp-server
Search arXiv papers, download full text, semantic search, citation graphs, and alerts via MCP.
trieve
Crawl, embed, chunk, search, and retrieve information from datasets through [Trieve](https://trieve.ai)
Data from the Official MCP Registry