google sheets for Cursor
com.mcparmory/google-sheets
Create, read, and modify spreadsheet data, formatting, and sheets
client:Cursor
transport:stdio
runtime:pypi
Install google sheets in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"google-sheets": {
"type": "stdio",
"command": "uvx",
"args": [
"mcparmory-google-sheets"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs