MCP Gemini Web Search MCP Server

This project implements a Model Context Protocol (MCP) server that uses the local [gemini-cli](https://github.com/google-gemini/gemini-cli) to

Local serverstdio

What is the MCP Gemini Web Search MCP server?

MCP Gemini Web Search becomes available to MCP clients through the mcp 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.

What MCP Gemini Web Search does

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

Installing the mcp gemini web search mcp server

Setup follows the standard MCP pattern: clone or install the server, then register it in your client's configuration file and restart the client. The configuration snippets on this page cover Claude Desktop, Claude Code and Cursor.

Requirements

  • Node.js (v18 or higher) - A local installation of the gemini-cli.

Where it fits

Search and scraping servers exist to fix the single most common failure of any assistant: answering from stale training data instead of what is on the web today. MCP Gemini Web Search sits in that group. Worth comparing against the other search web scraping servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.

Practical notes

  • This server runs locally, so it operates with whatever access your machine and its credentials already have. Scope that deliberately rather than by default.
  • Maintained by mofumofu3n.
  • MCP clients ask for confirmation before each tool call by default. Keep that on while you learn what the mcp gemini web search mcp server actually does with your data.
  • Every entry in this directory is reviewed by hand before it goes live, and details are checked against the project's own documentation.

How to install the MCP Gemini Web Search MCP server

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

Configuration as documented by the project. Restart the client after saving.

Configuration

  • Node.js (v18 or higher) - A local installation of the gemini-cli.

Frequently asked questions

It connects MCP Gemini Web Search to MCP-compatible AI assistants such as Claude and Cursor. Instead of copying data back and forth by hand, the assistant works with MCP Gemini Web Search directly.