Skip to main content
Glama
mkih76

gemini-search-mcp

by mkih76

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CDP_URLNoChrome DevTools URL. If set, connects to existing Chrome instead of launching one
HEADLESSNoSet to 0 to show browser window1
BROWSER_CHANNELNoBrowser to use: chrome, msedge, chromiumchrome
GEMINI_SEARCH_CDP_PORTNoCDP port used for self-launched Chrome19250
GEMINI_SEARCH_CHROMEDRIVERNoChromedriver executable used by the undetected backend
GEMINI_SEARCH_PROXY_SERVERNoChrome proxy server, e.g. socks5://127.0.0.1:7897
GEMINI_SEARCH_USER_DATA_DIRNoPersistent Chrome profile directory. Reuses cookies across runs and is not deleted on shutdown
GEMINI_SEARCH_BROWSER_BACKENDNoBrowser launcher: subprocess or undetectedsubprocess

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
web_searchA

Search the web using Google AI Mode and get a synthesized answer with sources.

Uses Google Search's AI Mode (powered by Gemini) to search the web in real-time and return a comprehensive, grounded answer. Results include information from current web pages, news, and data.

This is equivalent to using Google Search's "AI Mode" tab — the AI reads multiple web sources and synthesizes an answer, similar to Perplexity or Grok's web search, but powered by Google's search index.

Args: query: Search query or question. Can be anything you'd type into Google. Examples: "latest news about AI regulation", "Bitcoin price today", "how does mRNA vaccine work", "Python asyncio best practices 2026"

Returns: A synthesized answer based on real-time web search results. The answer is grounded in actual web content found by Google.

askA

Ask Google AI Mode any question and get an AI-generated answer.

Similar to web_search but intended for general questions that may or may not require web search. Google AI Mode will automatically decide whether to search the web or answer from its training data.

Args: prompt: Any question or instruction. Google AI Mode will search the web if needed and synthesize an answer.

Returns: AI-generated answer, potentially grounded in web search results.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mkih76/gemini-search-mcp-cn'

If you have feedback or need assistance with the MCP directory API, please join our Discord server