Integrates Google Gemini 3.1 with Claude Code to provide web search, large codebase analysis, multimodal image understanding, and creative brainstorming, leveraging Gemini's 1M token context and Google Search grounding.
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.GEMINI_API_KEY— "": "your-api-key"GOOGLE_API_KEYGOOGLE_APPLICATION_CREDENTIALS— Advanced options: You can also use GOOGLE_GENAI_USE_VERTEXAI=true + GOOGLE_CREDENTIALS_JSON, (file path), or gcloud auth application-default login. See the environment variables reference below.GOOGLE_CLOUD_LOCATION— No Region (default: global)GOOGLE_CLOUD_PROJECT— The server auto-detects service account credentials from env vars — no GOOGLE_GENAI_USE_VERTEXAI or needed. Just paste and go.GOOGLE_CREDENTIALS_JSON— No Entire service account JSON as a single stringGOOGLE_GENAI_USE_VERTEXAI— The server auto-detects service account credentials from env vars — no or GOOGLE_CLOUD_PROJECT needed. Just paste and go.HTTPS_PROXY— "": "http://127.0.0.1:7897"HTTP_PROXYauth_provider_x509_cert_url— "": "https://www.googleapis.com/oauth2/v1/certs",auth_uri— "": "https://accounts.google.com/o/oauth2/auth",client_email— "": "your-sa@your-project.iam.gserviceaccount.com",client_id— "": "123456789",client_x509_cert_url— "": "https://www.googleapis.com/robot/v1/metadata/x509/your-sa%40your-project.iam.gserviceaccount.com",http_proxyhttps_proxyprivate_key— "": "-----BEGIN PRIVATE KEY-----\nMIIEv...\n-----END PRIVATE KEY-----\n",private_key_id— "": "key-id-here",project_id— "": "your-project-id",token_uri— "": "https://oauth2.googleapis.com/token",type— "": "service_account",universe_domain— "": "googleapis.com"[](https://m8ven.ai/mcp/lkbaba-gemini-mcp-1jf7au)