Integrations
Allows storing configuration and API keys for the You.com service in environment variables loaded from a .env file.
Used for cloning the repository during installation.
Hosts the repository (youcom-mcp) that can be cloned for installation.
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
Prerequisites
- Node.js (v16 or higher)
- npm or yarn
- You.com API key (get one from api.you.com)
Installation
- Clone this repository:Copy
- Install dependencies:Copy
- Create a
.env
file based on the example:Copy - Add your You.com API key to the
.env
file:Copy - Build the project:Copy
Running Locally (Optional)
You can run the server locally for testing:
Setting 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
mcpServers
section:
Important Notes:
- Replace
/absolute/path/to/your/youcom-mcp/dist/index.js
with the actual path on your system - Replace
your_actual_api_key_here
with your You.com API key
Usage Examples
Once configured, you can use the MCP tools directly in your conversations with Claude:
Web Search
Smart Search
Research
News Search
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
MIT
Acknowledgements
This project uses the You.com API for search functionality.
You must be authenticated.
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
MCP server that provides Claude AI assistants with the ability to search the web, get news, and perform research using the You.com API.
Related MCP Servers
- AsecurityFlicenseAqualityAn MCP protocol server that enables web search functionality using the Tavily API, allowing AI assistants to perform internet searches in real-time.Last updated -42Python
Kagi MCP Serverofficial
AsecurityAlicenseAqualityAn MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.Last updated -151PythonMIT License- -securityAlicense-qualityAn MCP server that enables AI assistants like Claude to interact with Substack newsletters, allowing for post retrieval, content searching, and author information access through a standardized interface.Last updated -PythonMIT License
- -securityFlicense-qualityA MCP server that allows AI assistants to interact with the browser, including getting page content as markdown, modifying page styles, and searching browser history.Last updated -5TypeScript