Google Sheets for Windsurf
io.github.domdomegg/google-sheets-mcp
Allow AI systems to read, write, and query spreadsheet data via Google Sheets.
client:Windsurf
transport:stdio
runtime:npm
Install Google Sheets in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"google-sheets-mcp": {
"command": "npx",
"args": [
"-y",
"google-sheets-mcp"
],
"env": {
"GOOGLE_ACCESS_TOKEN": "<GOOGLE_ACCESS_TOKEN>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs