mcp google sheets full for VS Code
io.github.moooonad/mcp-google-sheets-full
Full Google Sheets MCP: 26 tools + run_sheets_script escape hatch. User OAuth, no service account.
client:VS Code
transport:stdio
runtime:npm
Install mcp google sheets full in VS Code
.vscode/mcp.json
{
"servers": {
"mcp-google-sheets-full": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-google-sheets-full"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs