You.com MCP Server
OfficialClick on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@You.com MCP ServerSearch the web for the latest AI news"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@youdotcom-oss/mcp
Bin-only STDIO bridge for the hosted You.com MCP server at https://api.you.com/mcp.
This package does not register tools locally and does not contain REST tool logic. Its only job is to proxy STDIO MCP traffic to the hosted remote server.
Quick start
// Add this to your MCP client config (Claude Desktop, Cursor, Windsurf, etc.)
// Free tier — no API key, no signup.
{
"mcpServers": {
"you": {
"command": "npx",
"args": ["@youdotcom-oss/mcp"],
"env": { "YDC_PROFILE": "free" }
}
}
}If your client supports remote MCP, point it at https://api.you.com/mcp?profile=free directly — no local process needed.
Claude Desktop
Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"you": {
"command": "npx",
"args": ["@youdotcom-oss/mcp"],
"env": { "YDC_PROFILE": "free" }
}
}
}Authenticated (all default tools):
{
"mcpServers": {
"you": {
"command": "npx",
"args": ["@youdotcom-oss/mcp"],
"env": { "YDC_API_KEY": "<your-key>" }
}
}
}Claude Code
# Free tier
claude mcp add you -e YDC_PROFILE=free -- npx @youdotcom-oss/mcp
# Authenticated
claude mcp add you -e YDC_API_KEY=<your-key> -- npx @youdotcom-oss/mcpCursor
Add to ~/.cursor/mcp.json (or .cursor/mcp.json in a project):
{
"mcpServers": {
"you": {
"command": "npx",
"args": ["@youdotcom-oss/mcp"],
"env": { "YDC_PROFILE": "free" }
}
}
}Windsurf
Add to ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"you": {
"command": "npx",
"args": ["@youdotcom-oss/mcp"],
"env": { "YDC_PROFILE": "free" }
}
}
}VS Code
Add to your user or workspace mcp.json:
{
"servers": {
"you": {
"command": "npx",
"args": ["@youdotcom-oss/mcp"],
"env": { "YDC_PROFILE": "free" }
}
}
}Any MCP client (remote)
If your client speaks streamable HTTP, skip the local bridge:
https://api.you.com/mcp?profile=freeAuthenticated:
https://api.you.com/mcp
Authorization: Bearer <your-key>Related MCP server: You.com MCP Server
Install
bun add @youdotcom-oss/mcpOr run it directly:
npx @youdotcom-oss/mcpEnvironment
YDC_API_KEYOptional. Sent asAuthorization: Bearer <key>.YDC_PROFILEOptional. When set tofree, routes the bridge tohttps://api.you.com/mcp?profile=free.YDC_ALLOWED_TOOLSOptional. Comma-separated hosted tool ids to expose throughhttps://api.you.com/mcp?tools=....
YDC_PROFILE takes precedence over YDC_ALLOWED_TOOLS.
Tool exposure
The default hosted MCP URL exposes four tools:
you-searchyou-contentsyou-balanceyou-discover
Two additional tools are available on request:
you-financeyou-research
Request additional tools explicitly with tools. tools scopes the visible tool set.
Today, profile=free is a search-only mode. It overrides tools and exposes only you-search.
Examples:
Default tool set:
https://api.you.com/mcpFinance only:
https://api.you.com/mcp?tools=you-financeSearch plus finance:
https://api.you.com/mcp?tools=you-search,you-financeResearch only:
https://api.you.com/mcp?tools=you-researchFree search profile:
https://api.you.com/mcp?profile=free
Links
API keys: you.com/platform/api-keys
Platform docs: documentation.you.com
MCP registry listing:
io.github.youdotcom-oss/mcpSupport: support@you.com
Contributing
Development setup and code conventions live in AGENTS.md; contribution flow and PR conventions live in CONTRIBUTING.md. Issues and PRs welcome.
License
MIT — see LICENSE.
This server cannot be deployed
Maintenance
Related MCP Connectors
Live web search for AI agents. $0.001/call, x402 on Base, no API key.
Agent-native search engine with live web research optimized for AI agents.
Web search for AI agents — one tool across 6 engines, routed to the cheapest + cached.
Web search, browser automation, scraping, crawling and CAPTCHA solving for AI agents.
Related MCP Servers
- AlicenseBqualityDmaintenanceEnables LLMs and AI agents to access real-time web data, search websites, and navigate the web without getting blocked. Includes 5,000 free monthly requests and supports web scraping, browser automation, and bypassing geo-restrictions.607,8691MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to search the web, get news, perform research, and retrieve AI-powered answers with citations using the You.com API.MIT
- FlicenseNot gradedqualityCmaintenanceEnables AI agents to perform web searches, extract webpage content, and conduct end-to-end search-and-extract operations using multiple search providers and content extraction methods.-
- AlicenseAqualityCmaintenanceEnables AI agents to perform Google searches and retrieve structured JSON results for 10 types including web, images, news, and shopping with live prices. Offers 1,000 free searches per month with no credit card required.146MIT