MCP Server
MCP
Google AI Search MCP
Google AI search and documentation tools for MCP clients using Vertex AI or the Gemini API.
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
By
Comments
Sign in to leave a comment