google sheets mcp for VS Code
io.github.henilcalagiya/google-sheets-mcp
Powerful tools for automating Google Sheets using Model Context Protocol (MCP)
client:VS Code
transport:stdio
runtime:pypi
Install google sheets mcp in VS Code
.vscode/mcp.json
{
"servers": {
"google-sheets-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"google-sheets-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs