0
/ 100
1 month ago
glama

MCP Google Contacts Server

Provides comprehensive Google Contacts management including creating, searching, and updating contacts with 25+ fields, managing contact groups, and accessing Google Workspace directories.

Is this your MCP?

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.

// key findings
🚨
Reads files from sensitive locations
Touches: credentials.json
🔐
You'll be asked for 2 credentials: GOOGLE_CLIENT_SECRET, GOOGLE_REFRESH_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configGOOGLE_CLIENT_IDexport ="your_client_id"
🔐 secretGOOGLE_CLIENT_SECRETexport ="your_client_secret"
🔐 secretGOOGLE_REFRESH_TOKENexport ="your_refresh_token"
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 4 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/4tal-mcp-google-contacts-1v66nq)](https://m8ven.ai/mcp/4tal-mcp-google-contacts-1v66nq)
commit: cbf2be2f8fdbe7d67f70bed72ca7e89904eb5786
code hash: 267318d138b87e12012abc0f4b3b754a6f573c75a2f5fbdb0a99eb5e5c3ad6ba
verified: 6/18/2026, 11:32:09 AM
view raw JSON →