Multi-Account Gmail for Cursor
io.github.cunicopia-dev/multi-account-gmail-mcp
Multi-account Gmail MCP server — read, search, draft, and label across every inbox.
client:Cursor
transport:stdio
runtime:pypi
Install Multi-Account Gmail in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"multi-account-gmail-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"multi-account-gmail-mcp"
],
"env": {
"GMAIL_MCP_CLIENT_SECRET": "<GMAIL_MCP_CLIENT_SECRET>",
"GMAIL_MCP_DB": "<GMAIL_MCP_DB>",
"GMAIL_MCP_OAUTH_PORT": "<GMAIL_MCP_OAUTH_PORT>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs