62
/ 100
10 days ago
glama

Google Sheets MCP Server

Enables AI coding agents to read, write, and query Google Sheets as a database through the Model Context Protocol.

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
⚠️
Known vulnerabilities in dependencies: 3 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
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_APPLICATION_CREDENTIALSexport ="./credentials.json"
configGOOGLE_CLIENT_ID
🔐 secretGOOGLE_CLIENT_SECRET
🔐 secretGOOGLE_REFRESH_TOKEN
configGOOGLE_SPREADSHEET_IDexport ="1ABC...xyz"
// 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 2 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/we2go-google-mcp-dndr77)](https://m8ven.ai/mcp/we2go-google-mcp-dndr77)
commit: 6d8079aa6d17aa6930d4a7fde50c719a49de3eaa
code hash: f33e945ad42d35b06621c8f2480d144e4164c606ec47703bc3ae694d1fa49853
verified: 6/13/2026, 9:43:51 AM
view raw JSON →