google sheets mcp for Cursor
io.github.henilcalagiya/google-sheets-mcp
Powerful tools for automating Google Sheets using Model Context Protocol (MCP)
client:Cursor
transport:stdio
runtime:pypi
Install google sheets mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"google-sheets-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"google-sheets-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs