← Back to Plugins
MCP Server MCP

Google AI Search MCP

github By github 👁 1 views ▲ 0 votes

Google AI search and documentation tools for MCP clients using Vertex AI or the Gemini API.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "google-ai-search-mcp",
      "version": "1.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Select vertex or gemini. Defaults to vertex.",
          "format": "string",
          "name": "AI_PROVIDER"
        },
        {
          "description": "Google Cloud project ID. Required when AI_PROVIDER is vertex.",
          "format": "string",
          "name": "GOOGLE_CLOUD_PROJECT"
        },
        {
          "description": "Vertex AI location. Defaults to us-central1.",
          "format": "string",
          "name": "GOOGLE_CLOUD_LOCATION"
        },
        {
          "description": "Gemini API key. Required when AI_PROVIDER is gemini.",
          "format": "string",
          "isSecret": true,
          "name": "GEMINI_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...