Gmail-MCP-Server

Gmail-MCP-Server

329

The Gmail AutoAuth MCP Server integrates Gmail functionalities into Claude Desktop, allowing AI-driven management of emails through natural language. It offers comprehensive email and label management, advanced search capabilities, and efficient batch processing, with secure OAuth authentication and Docker support.

npx
{
  "mcpServers": {
    "gmail": {
      "command": "npx",
      "args": [
        "@gongrzhe/server-gmail-autoauth-mcp"
      ]
    }
  }
}
docker
{
  "mcpServers": {
    "gmail": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-v",
        "mcp-gmail:/gmail-server",
        "-e",
        "GMAIL_CREDENTIALS_PATH=/gmail-server/credentials.json",
        "mcp/gmail"
      ]
    }
  }
}