MCP server for Google Sheets integration with OAuth authentication, spreadsheet management, batch operations, and advanced formatting
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-sheets": {
"command": "npx",
"args": [
"-y",
"mcp-z/mcp-sheets"
]
}
}
}
Run in terminal:
claude mcp add mcp-sheets npx -y mcp-z/mcp-sheets
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-sheets": {
"command": "npx",
"args": [
"-y",
"mcp-z/mcp-sheets"
]
}
}
}