Multi-Account Gmail
About
Multi-account Gmail MCP server — read, search, draft, and label across every inbox.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
GMAIL_MCP_CLIENT_SECRET GMAIL_MCP_DB GMAIL_MCP_OAUTH_PORTClaude Code
claude mcp add --env GMAIL_MCP_CLIENT_SECRET= --env GMAIL_MCP_DB= --env GMAIL_MCP_OAUTH_PORT= multi-account-gmail-mcp -- uvx multi-account-gmail-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"multi-account-gmail-mcp","command":"uvx","args":["multi-account-gmail-mcp"],"env":{"GMAIL_MCP_CLIENT_SECRET":"","GMAIL_MCP_DB":"","GMAIL_MCP_OAUTH_PORT":""}}'
JSON
{
"mcpServers": {
"multi-account-gmail-mcp": {
"command": "uvx",
"args": [
"multi-account-gmail-mcp"
],
"env": {
"GMAIL_MCP_CLIENT_SECRET": "",
"GMAIL_MCP_DB": "",
"GMAIL_MCP_OAUTH_PORT": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.