Skip to main content
Glama

Google Search MCP Server

Servidor MCP de Búsqueda de Google

Un servidor de Protocolo de contexto de modelo (MCP) que proporciona la funcionalidad de búsqueda personalizada de Google.

Instalación

Instalación mediante herrería

Para instalar google-search-mcp-server para Claude Desktop automáticamente a través de Smithery :

npx -y @smithery/cli install @gradusnikov/google-search-mcp-server --client claude

Instalación manual

  1. Clonar el repositorio:
git clone https://github.com/gradusnikov/google-search-mpc-server.git cd google-search-mpc-server
  1. Instalar dependencias:
pip install fastmcp google-api-python-client python-dotenv

Configuración

Cree un archivo .env en la raíz del proyecto con las siguientes variables:

GOOGLE_API_KEY=your_google_api_key GOOGLE_CSE_ID=your_custom_search_engine_id

Para obtener estas credenciales:

  1. Cree un proyecto de Google Cloud y habilite la API de búsqueda personalizada
  2. Generar una clave API desde Google Cloud Console
  3. Cree un motor de búsqueda personalizado en https://cse.google.com/cse/all y obtenga su ID

Uso

Inicie el servidor usando MCP:

mcp run google_search_mcp_server.py

O bien, agregue el servidor a la aplicación Claude Desktop CLAUDE_DIRECTORY/claude_desktop_config.json . Por ejemplo, si usa el Subsistema de Windows para Linux (WSL), podría verse así:

"google-search": { "command": "wsl.exe", "args": [ "bash", "-c", "source /home/[user]/anaconda3/etc/profile.d/conda.sh && conda activate mcp && /home/[user]/anaconda3/bin/mcp run /home/[user]/google-search-mpc-server/google_search_mcp_server.py" ] },
-
security - not tested
F
license - not found
-
quality - not tested

hybrid server

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

Un servidor de protocolo de contexto de modelo que permite a Claude realizar operaciones de búsqueda personalizada de Google conectándose a la API de búsqueda de Google.

  1. Instalación
    1. Instalación mediante herrería
    2. Instalación manual
  2. Configuración
    1. Uso

      Related MCP Servers

      • A
        security
        A
        license
        A
        quality
        A Model Context Protocol server that enables Claude to perform web research by integrating Google search, extracting webpage content, and capturing screenshots.
        Last updated -
        3
        914
        13
        MIT License
        • Apple
      • A
        security
        A
        license
        A
        quality
        A Model Context Protocol server that enables Claude to perform web research by integrating Google search, extracting webpage content, and capturing screenshots in real-time.
        Last updated -
        4
        914
        4
        JavaScript
        MIT License
        • Apple
        • Linux
      • A
        security
        A
        license
        A
        quality
        A Model Context Protocol server that bridges Claude with Google Tasks, allowing users to manage task lists and tasks directly through Claude interface.
        Last updated -
        15
        17
        TypeScript
        MIT License
        • Apple
      • A
        security
        A
        license
        A
        quality
        A Model Context Protocol server that enables Claude to perform advanced web research with intelligent search queuing, enhanced content extraction, and deep research capabilities.
        Last updated -
        3
        8
        1
        TypeScript
        MIT License
        • Apple

      View all related MCP servers

      MCP directory API

      We provide all the information about MCP servers via our MCP API.

      curl -X GET 'https://glama.ai/api/mcp/v1/servers/renoscriptdev/mcp-google-scholar-dev'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server