MCP Gsheets runs on your own machine — the client starts it, so there is no endpoint to ping. 2 207 installs a week from npm. Last commit 3 Sep 2026.
MCP server for Google Sheets API — read, write, format, batch operations.
Today is the operative word: we check MCP Gsheets every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-gsheets -- npx -y mcp-gsheets
{
"mcpServers": {
"mcp-gsheets": {
"args": [
"-y",
"mcp-gsheets"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-gsheets]
command = "npx"
args = ["-y", "mcp-gsheets"]
{
"mcpServers": {
"mcp-gsheets": {
"args": [
"-y",
"mcp-gsheets"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-gsheets": {
"args": [
"-y",
"mcp-gsheets"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
GOOGLE_PROJECT_ID (Google Cloud project ID), GOOGLE_APPLICATION_CREDENTIALS (Path to service account key JSON file (auth method 1)), GOOGLE_SERVICE_ACCOUNT_KEY (Service account key as JSON string (auth method 2)), GOOGLE_PRIVATE_KEY (Service account private key in PEM format (auth method 3)), GOOGLE_CLIENT_EMAIL (Service account email (auth method 3)).
The author declared them in the registry entry; get the values from the project itself.
MCP server for the Google Sheets API: read and write ranges, sheets, formatting, charts, sharing.
Google Sheets integration with OAuth, spreadsheet management, batch operations, and formatting
MCP server for the Google Forms API: create forms, manage questions, read responses and watches.
MCP server for web search operations
MCP server for remote filesystem operations on cloud storage (Google Cloud Storage).
MCP server for Google search results via SERP API
Google Keep-style notes app with an MCP server for AI agents to read/write notes.
MCP server for Google Veo AI video generation
Answers built from our own checks of this server.