Back to directory
jeremyjordan/mcp-gmail

jeremyjordan/mcp-gmail

@jeremyjordan

A Model Context Protocol (MCP) server that provides Gmail access for LLMs, powered by the MCP Python SDK.

gmailemailmcpoauthgoogleapipythonautomationtool

Installation & Configuration

{
  "mcpServers": {
    "gmail": {
      "command": "uv",
      "args": [
        "run",
        "mcp_gmail/server.py"
      ],
      "env": {
        "MCP_GMAIL_CREDENTIALS_PATH": "/path/to/credentials.json",
        "MCP_GMAIL_TOKEN_PATH": "/path/to/token.json"
      }
    }
  }
}

Information

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