Gmail runs on your own machine — the client starts it, so there is no endpoint to ping. 128 installs a week from npm. Last commit 21 Jul 2026.
MCP server for Gmail with OAuth2 (personal) and service account (Workspace) support.
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 gmail -- npx -y gmail-workspace-mcp-server
{
"mcpServers": {
"gmail": {
"args": [
"-y",
"gmail-workspace-mcp-server"
],
"command": "npx"
}
}
}
[mcp_servers.gmail]
command = "npx"
args = ["-y", "gmail-workspace-mcp-server"]
{
"mcpServers": {
"gmail": {
"args": [
"-y",
"gmail-workspace-mcp-server"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"gmail": {
"args": [
"-y",
"gmail-workspace-mcp-server"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.