Skip to main content
Glama
mofumofu3n

Gemini Web Search MCP Server

by mofumofu3n

Gemini Web Search MCP Server

This project implements a Model Context Protocol (MCP) server that uses the local gemini-cli to perform Web Search Tool.

Prerequisites

  • Node.js (v18 or higher)

  • A local installation of the gemini-cli.

Related MCP server: Gemini MCP Server

Setup

  1. Clone the repository:

    git clone https://github.com/mofumofu3n/mcp-gemini-web-search.git
    cd google-search-mcp
  2. Install the dependencies:

    npm install

Usage

Claude Desktop Configuration

Add the following configuration to your Claude Desktop settings file:

{
  "mcpServers": {
    "gemini-web-search": {
      "command": "node",
      "args": [
        "/path/to/mcp-gemini-web-search/index.js"
      ]
    }
  }
}

Replace /path/to/mcp-gemini-web-search/ with the actual path to your cloned repository.

References

Related MCP Connectors

Related MCP Servers

  • F
    license
    C
    quality
    D
    maintenance
    Enables web search capabilities through the Tavily API via the Model Context Protocol. Allows users to perform web searches and retrieve information from the internet through natural language queries.
    5
    -
  • A
    license
    Not graded
    quality
    C
    maintenance
    Wraps Google's Gemini CLI to expose search, chat, and file analysis tools via the Model Context Protocol for AI assistants.
    87 npm
    101
    MIT