Google Contacts for Gemini CLI
io.github.domdomegg/google-contacts-mcp
Allow AI systems to list, search, and manage contacts via Google Contacts.
client:Gemini CLI
transport:stdio
runtime:npm
Install Google Contacts in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"google-contacts-mcp": {
"command": "npx",
"args": [
"-y",
"google-contacts-mcp"
],
"env": {
"GOOGLE_ACCESS_TOKEN": "<GOOGLE_ACCESS_TOKEN>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs