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
Bilibili API用于哔哩哔哩 API 的 MCP(模型上下文协议)服务器,支持多种操作。View
Serpstat MCP ServerMCP (Model Context Protocol) server for integration with Serpstat API, implementing api methods for...View
Genji MCP ServerView
Google Maps MCP ServerA Model Context Protocol (MCP) server that integrates Google Maps routing and traffic capabilities w...View
MapboxView
Hermes Search🔌 Compatible with Cline, Cursor, Claude Desktop, and any other MCP Clients!View