Google Contacts MCP for Cline
io.github.a1-x-tech/mcp-google-contacts
MCP server for the Google People API: search, create, update and delete contacts and groups.
client:Cline
transport:stdio
runtime:npm
Install Google Contacts MCP in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"mcp-google-contacts": {
"command": "npx",
"args": [
"-y",
"mcp-google-contacts"
],
"env": {
"GOOGLE_CONTACTS_CLIENT_ID": "<GOOGLE_CONTACTS_CLIENT_ID>",
"GOOGLE_CONTACTS_CLIENT_SECRET": "<GOOGLE_CONTACTS_CLIENT_SECRET>",
"GOOGLE_CONTACTS_REFRESH_TOKEN": "<GOOGLE_CONTACTS_REFRESH_TOKEN>",
"GOOGLE_CONTACTS_ACCESS_TOKEN": "<GOOGLE_CONTACTS_ACCESS_TOKEN>",
"GOOGLE_CONTACTS_OAUTH_PORT": "<GOOGLE_CONTACTS_OAUTH_PORT>",
"GOOGLE_CONTACTS_API_BASE": "<GOOGLE_CONTACTS_API_BASE>",
"GOOGLE_CONTACTS_TIMEOUT_MS": "<GOOGLE_CONTACTS_TIMEOUT_MS>",
"GOOGLE_CONTACTS_MAX_RETRIES": "<GOOGLE_CONTACTS_MAX_RETRIES>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs