Multi-Account Gmail runs on your own machine — the client starts it, so there is no endpoint to ping. 369 installs a week from pypi. Last commit 28 Aug 2026.
Multi-account Gmail MCP server — read, search, draft, and label across every inbox.
We read the source, 20 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
subprocess.run(cmd, capture_output=True, timeout=5, check=False)
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add multi-account-gmail-mcp -- uvx multi-account-gmail-mcp
{
"mcpServers": {
"multi-account-gmail-mcp": {
"args": [
"multi-account-gmail-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.multi-account-gmail-mcp]
command = "uvx"
args = ["multi-account-gmail-mcp"]
{
"mcpServers": {
"multi-account-gmail-mcp": {
"args": [
"multi-account-gmail-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"multi-account-gmail-mcp": {
"args": [
"multi-account-gmail-mcp"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
GMAIL_MCP_CLIENT_SECRET (Path to the Google OAuth "Desktop app" client-secret JSON. Defaults to ~/.gmail-mcp/client_secret.json.), GMAIL_MCP_DB (Path to the SQLite token store holding per-account refresh tokens. Defaults to ~/.gmail-mcp/tokens.db.), GMAIL_MCP_OAUTH_PORT (Localhost port for the OAuth redirect during account authorization. Defaults to 8765.).
The author declared them in the registry entry; get the values from the project itself.
Multi-account email MCP server for Gmail, IMAP, and JMAP: search, send, drafts, labels.
MCP server for the Gmail API: search, read and send email, manage drafts, labels and the trash.
Gmail MCP server — send, read, and search email. By Strider Labs.
A MCP server for Gmail that lets you search, read, and draft emails and replies.
Read emails, send messages, and manage labels in your Gmail account.
A MCP server for Outlook email that lets you search, read, and draft emails and replies.
Manage multiple Gmail accounts in Claude Desktop — search, send, reply, draft, and organize.
Microsoft Outlook (mail) MCP server — read, search, and send email through Microsoft Graph.
Answers built from our own checks of this server.