mcp-z/mcp-sheets
MCP server for Google Sheets integration with OAuth authentication, spreadsheet management, batch operations, and advanced formatting
Docs: https://mcp-z.github.io/mcp-sheets Google Sheets MCP server for reading, writing, and formatting spreadsheets.
MCP supports stdio and HTTP.
Stdio
{
"mcpServers": {
"sheets": {
"command": "npx",
"args": ["-y", "@mcp-z/mcp-sheets"]
}
}
}HTTP
{
"mcpServers": {
"sheets": {
"type": "http",
"url": "http://localhost:9004/mcp",
"start": {
"command": "npx",
"args": ["-y", "@mcp-z/mcp-sheets", "--port=9004"]
}
}
}
}start is an extension used by npx @mcp-z/cli up to launch HTTP servers for you.
Configure via environment variables or the env block in .mcp.json. See server.json for the full list of options.
Environment variables:
GOOGLE_CLIENTLoading reviews...