Google AI Mode MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
| logging | {} |
| prompts | {} |
| completions | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_aiA | Search Google AI Mode (udm=50) and return AI-generated summary with citations. Returns markdown-formatted AI response with inline citations [1][2] and source list. Features:
Note: If CAPTCHA is detected, you will be prompted to solve it in a visible browser window. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| google-ai-search-guide | Guide for formulating optimal Google AI Search queries |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 1 tool
Only one tool exists, so there is no possibility of confusing it with others. The tool's purpose is clearly stated.
The single tool name `search_ai` follows a clear verb_noun pattern. With only one tool, consistency is trivial.
The server provides only one tool, which feels thin for a general-purpose server but is appropriate for a narrowly-scoped service dedicated to Google AI Mode search. It's borderline.
The tool covers the core operation of searching Google AI Mode and returning AI summaries with citations. There are no obvious missing operations for this narrow purpose, though a broader search service might expect additional tool variations.