google gmail for Cursor
com.mcparmory/google-gmail
Send, read, organize emails, manage labels, drafts, and filters
client:Cursor
transport:stdio
runtime:pypi
Install google gmail in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"google-gmail": {
"type": "stdio",
"command": "uvx",
"args": [
"mcparmory-google-gmail"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs