mcp google sheets full for Cursor
io.github.moooonad/mcp-google-sheets-full
Full Google Sheets MCP: 26 tools + run_sheets_script escape hatch. User OAuth, no service account.
client:Cursor
transport:stdio
runtime:npm
Install mcp google sheets full in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-google-sheets-full": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-google-sheets-full"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs