Gmail MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 340 installs a week from npm. Last commit 12 Aug 2026.
Lean Gmail MCP server with auto authentication support
We read the source, 22 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.
const fullPath = path.join(savePath, filename);
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 Gmail-MCP-Server -- npx -y @artymclabin/gmail-mcp
{
"mcpServers": {
"Gmail-MCP-Server": {
"args": [
"-y",
"@artymclabin/gmail-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.Gmail-MCP-Server]
command = "npx"
args = ["-y", "@artymclabin/gmail-mcp"]
{
"mcpServers": {
"Gmail-MCP-Server": {
"args": [
"-y",
"@artymclabin/gmail-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"Gmail-MCP-Server": {
"args": [
"-y",
"@artymclabin/gmail-mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
GMAIL_OAUTH_PATH (Optional override for the OAuth client keys file path (defaults to ~/.gmail-mcp/gcp-oauth.keys.json)), GMAIL_CREDENTIALS_PATH (Optional override for the stored credentials file path (defaults to ~/.gmail-mcp/credentials.json)).
The author declared them in the registry entry; get the values from the project itself.
MCP server for Gmail with OAuth2 (personal) and service account (Workspace) support.
Remote MCP server bridging AI clients with the PowerDMARC email authentication Platform.
Email Automation MCP Server by MEOK AI Labs
Gmail integration with OAuth authentication, message search, batch operations, and Sheets export
B2B lead search and email verification MCP server
AI-powered validator ai MCP server for agents. Supports validate json, validate email, validate
Unified email MCP server for Gmail, Outlook, iCloud, and IMAP with batch operations
Sequenzy MCP server for AI-powered email marketing automation.
Answers built from our own checks of this server.