Odel
Gmail

Gmail

Local
@domdomegg11TypeScriptUpdated 4 days ago

Allow AI systems to read, send, archive, and manage emails via Gmail.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmgmail-mcpv2.4.0

Run

npx -y gmail-mcp

MCP client config

{
  "mcpServers": {
    "gmail": {
      "command": "npx",
      "args": [
        "-y",
        "gmail-mcp"
      ]
    }
  }
}
npmgmail-mcpv2.4.0

Run

npx -y gmail-mcp

MCP client config

{
  "mcpServers": {
    "gmail": {
      "command": "npx",
      "args": [
        "-y",
        "gmail-mcp"
      ]
    }
  }
}