You.com MCP Server
Click 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 Serverwhat are the latest breakthroughs in quantum computing?"
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.
You.com MCP Server
This MCP (Model Context Protocol) server provides AI assistants with the ability to search the web, get news, and perform research using the You.com API. Feedback welcomed.
Features
Web Search: Access to You.com's web search functionality
Smart Search: AI-powered answers with citation support
Research: Comprehensive, citation-backed answers for academic queries
News Search: Latest news articles on any topic
Related MCP server: Linkup JS MCP Server
Prerequisites
Node.js (v16 or higher)
npm or yarn
You.com API key (get one from api.you.com)
Installation
Clone this repository:
git clone https://github.com/jimbul/youcom-mcp.git cd youcom-mcpInstall dependencies:
npm installCreate a
.envfile based on the example:cp .env.example .envAdd your You.com API key to the
.envfile:YOU_API_KEY=your_actual_api_key_hereBuild the project:
npm run build
Running Locally (Optional)
You can run the server locally for testing:
npm startSetting up with Claude
To use this MCP server with Claude (Anthropic Assistant), you need to configure Claude to use this server:
Open the Claude extension settings in VS Code:
Click on the Claude icon in the VS Code sidebar
Click on the settings icon (⚙️) and select "MCP Settings"
Add the following configuration to the
mcpServerssection:
"youcom-mcp": {
"autoApprove": [],
"disabled": false,
"command": "node",
"args": [
"/absolute/path/to/your/youcom-mcp/dist/index.js"
],
"env": {
"YOU_API_KEY": "your_actual_api_key_here"
},
"transportType": "stdio"
}Important Notes:
Replace
/absolute/path/to/your/youcom-mcp/dist/index.jswith the actual path on your systemReplace
your_actual_api_key_herewith your You.com API key
Usage Examples
Once configured, you can use the MCP tools directly in your conversations with Claude:
Web Search
<use_mcp_tool>
<server_name>youcom-mcp</server_name>
<tool_name>web_search</tool_name>
<arguments>
{
"query": "latest research on renewable energy"
}
</arguments>
</use_mcp_tool>Smart Search
<use_mcp_tool>
<server_name>youcom-mcp</server_name>
<tool_name>smart_search</tool_name>
<arguments>
{
"query": "how do quantum computers work",
"instructions": "explain in simple terms"
}
</arguments>
</use_mcp_tool>Research
<use_mcp_tool>
<server_name>youcom-mcp</server_name>
<tool_name>research</tool_name>
<arguments>
{
"query": "effects of climate change on ocean ecosystems",
"instructions": "focus on coral reefs"
}
</arguments>
</use_mcp_tool>News Search
<use_mcp_tool>
<server_name>youcom-mcp</server_name>
<tool_name>news_search</tool_name>
<arguments>
{
"query": "latest developments in AI"
}
</arguments>
</use_mcp_tool>Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
Running evals
The evals package loads an mcp client that then runs the index.ts file, so there is no need to rebuild between tests. You can load environment variables by prefixing the npx command. Full documentation can be found here.
OPENAI_API_KEY=your-key npx mcp-eval src/evals/evals.ts src/index.tsLicense
MIT
Acknowledgements
This project uses the You.com API for search functionality.
This server cannot be deployed
Maintenance
Related MCP Connectors
Web search, AI agent, and content extraction via You.com APIs
Give AI assistants access to real-time data. Search the web, compare flights, find hotels, and more.
The best web search for your AI Agent
Provides AI assistants with access to Seltz's powerful Web Search capabilities.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables AI assistants to perform real-time web searches, company research, content crawling, LinkedIn searches, and deep research using the Exa AI Search API. Provides comprehensive web information retrieval capabilities in a safe and controlled manner.279,339 npm1MIT
- AlicenseNot gradedqualityFmaintenanceEnables AI assistants and development tools to perform intelligent web searches with natural language queries using Linkup's search API.374 npm5MIT

You.com MCP Serverofficial
AlicenseNot gradedqualityAmaintenanceEnables AI agents to perform real-time web search, research, and content extraction using You.com's search infrastructure, with a free tier available.164 npm25MIT- AlicenseNot gradedqualityAmaintenanceEnables AI agents to perform live web searches with ranked results and extracted page passages, plus clean markdown extraction of any URL.MIT