You.com MCP Server

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.

Servidor MCP de You.com

Este servidor MCP (Protocolo de Contexto de Modelo) permite a los asistentes de IA buscar en la web, obtener noticias y realizar investigaciones mediante la API de You.com. Agradecemos sus comentarios.

Características

  • Búsqueda web : acceso a la funcionalidad de búsqueda web de You.com
  • Búsqueda inteligente : respuestas basadas en IA con soporte para citas
  • Investigación : Respuestas completas y basadas en citas para consultas académicas
  • Búsqueda de noticias : Últimos artículos de noticias sobre cualquier tema

Prerrequisitos

  • Node.js (v16 o superior)
  • npm o hilo
  • Clave API de You.com (obtén una en api.you.com )

Instalación

  1. Clonar este repositorio:
    git clone https://github.com/jimbul/youcom-mcp.git cd youcom-mcp
  2. Instalar dependencias:
    npm install
  3. Cree un archivo .env basado en el ejemplo:
    cp .env.example .env
  4. Añade tu clave API de You.com al archivo .env :
    YOU_API_KEY=your_actual_api_key_here
  5. Construir el proyecto:
    npm run build

Ejecución local (opcional)

Puede ejecutar el servidor localmente para realizar pruebas:

npm start

Configurando con Claude

Para utilizar este servidor MCP con Claude (Anthropic Assistant), debe configurar Claude para usar este servidor:

  1. Abra la configuración de la extensión Claude en VS Code:
    • Haga clic en el ícono de Claude en la barra lateral de VS Code
    • Haga clic en el icono de configuración (⚙️) y seleccione "Configuración de MCP"
  2. Agregue la siguiente configuración a la sección mcpServers :
"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" }

Notas importantes:

  • Reemplace /absolute/path/to/your/youcom-mcp/dist/index.js con la ruta real en su sistema
  • Reemplace your_actual_api_key_here con su clave API de You.com

Ejemplos de uso

Una vez configurado, podrás utilizar las herramientas MCP directamente en tus conversaciones con Claude:

Búsqueda web

<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>

Búsqueda inteligente

<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>

Investigación

<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>

Búsqueda de noticias

<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>

Contribuyendo

¡Agradecemos sus contribuciones! No dude en enviar una solicitud de incorporación de cambios.

Licencia

Instituto Tecnológico de Massachusetts (MIT)

Expresiones de gratitud

Este proyecto utiliza la API de You.com para la funcionalidad de búsqueda.

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Servidor MCP que proporciona a los asistentes de inteligencia artificial de Claude la capacidad de buscar en la web, obtener noticias y realizar investigaciones utilizando la API de You.com.

  1. Features
    1. Prerequisites
      1. Installation
        1. Running Locally (Optional)
          1. Setting up with Claude
            1. Usage Examples
              1. Web Search
              2. Smart Search
              3. Research
              4. News Search
            2. Contributing
              1. License
                1. Acknowledgements

                  Related MCP Servers

                  • A
                    security
                    F
                    license
                    A
                    quality
                    An MCP protocol server that enables web search functionality using the Tavily API, allowing AI assistants to perform internet searches in real-time.
                    Last updated -
                    4
                    2
                    Python
                  • A
                    security
                    A
                    license
                    A
                    quality
                    An 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 -
                    1
                    51
                    Python
                    MIT License
                    • Apple
                    • Linux
                  • -
                    security
                    A
                    license
                    -
                    quality
                    An 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 -
                    Python
                    MIT License
                    • Linux
                    • Apple
                  • -
                    security
                    F
                    license
                    -
                    quality
                    A 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 -
                    5
                    TypeScript

                  View all related MCP servers

                  ID: 9roag2g44o