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
Serper Search and ScrapeView
Google Search EngineAn MCP (Model Context Protocol) server based on Cloudflare Workers, providing Google search and webp...View
SearXNGAn MCP server implementation that integrates the SearXNG API, providing web search capabilities.View
FetchSERPA Model Context Protocol (MCP) server that exposes the FetchSERP API for SEO, SERP analysis, web scr...View
DartpointMCP Server for public disclosure information of Korean companies(DART, https://dart.fss.or.kr/), pow...View
Java Conferences MCP ServerA Model Call Protocol (MCP) server that provides AI assistants with access to data about Java confer...View