google drive for Cursor
com.mcparmory/google-drive
Manage files, folders, permissions, and collaborative content in Google Drive
client:Cursor
transport:stdio
runtime:pypi
Install google drive in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"google-drive": {
"type": "stdio",
"command": "uvx",
"args": [
"mcparmory-google-drive"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs