Gemini Web Search - Secure MCP Server by ALMC Security 2025

Gemini Web Search

View on GitHub

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.

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 in Search - Secure MCP Servers

ServerSummaryActions
Hotel BookingWe are the first MCP server to give access to 2 millions of hotels with shopping and booking capabil...View
LLM JukeboxA Model Context Protocol (MCP) server that enables LLMs to search, download, and play YouTube music.View
ThreatBook Threat Analysis这是一个基于微步在线威胁分析API的MCP(Model Context Protocol)服务器,提供完整的情报查询功能。支持微...View
WebSearch-MCPView
Yandex Search MCP ServerThis Model Context Protocol (MCP) server lets AI assistants like Claude and Cursor use the Yandex Se...View
Ripgrep SearchThis MCP server enables Claude to search file content using ripgrep - with extra features for Obsidi...View