Home › Databases & Data › mcp-gsheets
mcp-gsheets
MCP server for Google Sheets API — read, write, format, batch operations.
Topics: Databases
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 1.10.3)
npx -y mcp-gsheets@1.10.3
Or add to your MCP client config:
{
"mcpServers": {
"mcp-gsheets": {
"command": "npx",
"args": [
"-y",
"mcp-gsheets@1.10.3"
],
"env": {
"GOOGLE_PROJECT_ID": "<YOUR_VALUE>",
"GOOGLE_APPLICATION_CREDENTIALS": "<YOUR_VALUE>",
"GOOGLE_SERVICE_ACCOUNT_KEY": "<YOUR_VALUE>",
"GOOGLE_PRIVATE_KEY": "<YOUR_VALUE>",
"GOOGLE_CLIENT_EMAIL": "<YOUR_VALUE>"
}
}
}
}
GOOGLE_PROJECT_IDrequired — Google Cloud project IDGOOGLE_APPLICATION_CREDENTIALS— Path to service account key JSON file (auth method 1)GOOGLE_SERVICE_ACCOUNT_KEYsecret — Service account key as JSON string (auth method 2)GOOGLE_PRIVATE_KEYsecret — Service account private key in PEM format (auth method 3)GOOGLE_CLIENT_EMAIL— Service account email (auth method 3)
Related servers
MCP Toolbox for Databases
MCP Toolbox for Databases enables your agent to connect to your database.
baserow
Baserow database integration with table search, list, and row create, read, update, and delete capabilities.
postgres-mcp
All-in-one MCP server for Postgres development and operations, with tools for performance analysis, tuning, and health checks
Supabase
MCP server for interacting with the Supabase platform
mcp-server-mysql
MySQL database integration in NodeJS with configurable access controls and schema inspection
mcp-server-qdrant
A Qdrant MCP server
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry