google sheets for VS Code
com.mcparmory/google-sheets
Create, read, and modify spreadsheet data, formatting, and sheets
client:VS Code
transport:stdio
runtime:pypi
Install google sheets in VS Code
.vscode/mcp.json
{
"servers": {
"google-sheets": {
"type": "stdio",
"command": "uvx",
"args": [
"mcparmory-google-sheets"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs