Back to Home
D-unn icon

google-sheets-mcp

Verified Safe

by D-unn

Overview

Manages Google Sheets data programmatically via a server-side application, leveraging the Google Sheets API for various data manipulation tasks.

Installation

Run Command
npx google-sheets-mcp

Environment Variables

  • GSHEETS_CREDENTIALS_PATH
  • GSHEETS_OAUTH_PATH

Security Notes

The server uses Google OAuth2 for authentication via `@google-cloud/local-auth` and stores credentials locally in `.gsheets-server-credentials.json`. The user is responsible for securing this file and the `gcp-oauth.keys.json` file which contains their Google Cloud project client credentials. The code includes checks for the existence of `gcp-oauth.keys.json` and handles authentication errors. No 'eval' or other dynamic code execution is present, and no obvious obfuscation or malicious patterns were found. Network interactions are with the Google Sheets API, a trusted service.

Similar Servers

Stats

Interest Score33
Security Score8
Cost ClassMedium
Avg Tokens2000
Stars3
Forks1
Last Update2026-01-19

Tags

Google SheetsData ManagementAPI IntegrationServerAutomation