Google AI search and documentation tools for MCP clients using Vertex AI or the Gemini API.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
This project implements a Model Context Protocol (MCP) server that provides a comprehensive suite of Google AI-powered search and documentation tools specifically designed to help AI coders overcome LLM knowledge gaps and information limitations.
Provider selection and credentials are resolved at runtime, so a tool being listed does not prove that its upstream provider is configured or reachable. Treat model-produced comparisons, architecture guidance, and security analysis as material to verify against the cited primary sources rather than deterministic findings.
For a source-linked comparison of the design pressures across this project and six other public MCP implementations, see What building seven MCP servers taught me about production MCP.
BLOCK_NONE) to reduce potential blocking (use with caution).answer_query_websearch: Developer-focused natural language queries with automatic technical detection, enhanced search methodology, and comprehensive code formatting using Google AI with real-time search results.explain_topic_with_docs: Streamlined technical explanations with improved debugging scenarios, synthesizing information from official documentation with reduced verbosity and enhanced troubleshooting guidance.get_doc_snippets: Enhanced code snippet retrieval with progressive complexity examples, advanced search patterns, version-specific targeting, and comprehensive context for technical queries from official documentation.generate_project_guidelines: Generates comprehensive structured project guidelines documents based on specified technologies, using web search for current best practices and industry standards.code_analysis_with_docs: Evidence-based code analysis with standardized citations, severity categorization, and actionable recommendations by comparing code against official documentation best practices.technical_comparison: Produces technology comparisons across requested criteria using current search context where available. Verify quantitative or market claims against the cited primary sources.architecture_pattern_recommendation: Produces architecture options, tradeoffs, and implementation considerations for a described use case. Validate the recommendation against the system's actual constraints before adopting it.(Note: Input/output schemas for each tool are defined in their respective files within src/tools/ and exposed via the MCP server.)
npm install -g bun)gcloud auth application-default login is recommended, or a Service Account Key) OR Gemini API key..env file in the project root (copy .env.example)..env.example.
AI_PROVIDER to either "vertex" or "gemini".AI_PROVIDER="vertex", GOOGLE_CLOUD_PROJECT is required.AI_PROVIDER="gemini", GEMINI_API_KEY is required.build/index.js.The package is published to npm and can be run directly with npx:
Alternatively, install it globally:
Note: Running standalone requires setting necessary environment variables (like GOOGLE_CLOUD_PROJECT, GOOGLE_CLOUD_LOCATION, GEMINI_API_KEY, authentication credentials if not using ADC) in your shell environment before executing the command.
Build the local container image:
Run with the Gemini API provider:
For Vertex AI, pass AI_PROVIDER=vertex, GOOGLE_CLOUD_PROJECT, and optionally
GOOGLE_CLOUD_LOCATION. Application Default Credentials must also be available
inside the container, normally through a read-only credential mount. Do not bake
API keys or service-account files into the image.
Configure MCP Settings: Add/update the configuration in your Cline MCP settings file (e.g., .roo/mcp.json). You have two primary ways to configure the command:
Option A: Using Node (Direct Path - Recommended for Development)
This method uses node to run the compiled script directly. It's useful during development when you have the code cloned locally.
args path points correctly to the build/index.js file. Using an absolute path might be more reliable.Option B: Using NPX (Requires Package Published to npm)
This method uses npx to automatically download and run the server package from the npm registry. This is convenient if you don't want to clone the repository.
env block are correctly set, either matching .env or explicitly defined here. Remove comments from the actual JSON file.No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/google-ai-search-mcp)<a href="https://allmcps.com/mcp/google-ai-search-mcp"><img src="https://allmcps.com/api/badge/google-ai-search-mcp?style=directory" alt="Google AI Search MCP on AllMCPs" /></a>