Back to directory
shariqriazz/google-ai-search-mcp

shariqriazz/google-ai-search-mcp

@shariqriazz

An MCP server providing Google AI-powered web search, documentation retrieval, code analysis, and architecture research tools.

google-aigeminivertex-aiweb-searchdocumentationcode-analysistypescriptcontext

Installation & Configuration

{
  "mcpServers": {
    "google-ai-search-mcp": {
      "command": "bunx",
      "args": [
        "-y",
        "google-ai-search-mcp"
      ],
      "env": {
        "AI_PROVIDER": "gemini",
        "GEMINI_API_KEY": "YOUR_GEMINI_API_KEY"
      },
      "disabled": false,
      "alwaysAllow": [
        "answer_query_websearch",
        "explain_topic_with_docs",
        "get_doc_snippets",
        "generate_project_guidelines",
        "code_analysis_with_docs",
        "technical_comparison",
        "architecture_pattern_recommendation"
      ],
      "timeout": 3600
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/9/5
Updated
2026/9/5