Back to directory
ajbr0wn/gmail-mcp-server

ajbr0wn/gmail-mcp-server

@ajbr0wn

MCP server for Gmail integration

gmailemailmcpoauthgoogle-apipythontool

Installation & Configuration

{
  "mcpServers": {
    "gmail": {
      "command": "/path/to/conda/envs/mcp-gmail/bin/python",
      "args": [
        "-m",
        "gmail_mcp_server.server"
      ],
      "env": {
        "PYTHONPATH": "/path/to/gmail-mcp-server/src",
        "GMAIL_CREDENTIALS_FILE": "/path/to/credentials.json",
        "GMAIL_TOKEN_FILE": "/path/to/token.json"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/14
Updated
2026/6/15