MCP Server
MCP
Multi-Account Gmail
Multi-account Gmail MCP server — read, search, draft, and label across every inbox.
Install
uvx multi-account-gmail-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "multi-account-gmail-mcp",
"version": "0.3.0",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Path to the Google OAuth \"Desktop app\" client-secret JSON. Defaults to ~/.gmail-mcp/client_secret.json.",
"format": "string",
"name": "GMAIL_MCP_CLIENT_SECRET"
},
{
"description": "Path to the SQLite token store holding per-account refresh tokens. Defaults to ~/.gmail-mcp/tokens.db.",
"format": "string",
"name": "GMAIL_MCP_DB"
},
{
"description": "Localhost port for the OAuth redirect during account authorization. Defaults to 8765.",
"format": "string",
"name": "GMAIL_MCP_OAUTH_PORT"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment