Back to Home
D-unn icon

google-sheets-mcp

Verified Safe

by D-unn

Overview

Manages and automates Google Sheets data manipulation through a server-side application, primarily for AI agent interaction.

Installation

Run Command
npm start

Environment Variables

  • GSHEETS_CREDENTIALS_PATH
  • GSHEETS_OAUTH_PATH

Security Notes

The server uses Google OAuth 2.0 for authentication, which is standard. It stores the generated OAuth credentials (access and refresh tokens) in a local file (`.gsheets-server-credentials.json`) on disk. While common for local setups, this file contains sensitive tokens that could be compromised if the host system's file system is breached. The Google Cloud project client secrets (`gcp-oauth.keys.json`) are expected to be manually provided by the user and not committed to the repository, which is a good practice. No 'eval' or obvious obfuscation detected. Network risks are inherent to API interactions with Google services.

Similar Servers

Stats

Interest Score34
Security Score7
Cost ClassMedium
Avg Tokens1000
Stars4
Forks1
Last Update2025-12-11

Tags

Google SheetsData ManagementAPIAutomationMCP Server