Back to directory
bastienchabal/gmail-mcp

bastienchabal/gmail-mcp

@bastienchabal

A Model Context Protocol (MCP) server for Gmail & Google Calendar integration with Claude Desktop

gmailemailmcpgooglecalendarclaude-desktopoauthpythontool

Installation & Configuration

{
  "mcpServers": {
    "gmail-mcp": {
      "command": "uv",
      "args": [
        "run",
        "mcp",
        "run",
        "gmail_mcp/main.py:mcp"
      ],
      "cwd": "/path/to/gmail-mcp",
      "env": {
        "PYTHONPATH": "/path/to/gmail-mcp",
        "CONFIG_FILE_PATH": "/path/to/gmail-mcp/config.yaml",
        "GOOGLE_CLIENT_ID": "your-client-id",
        "GOOGLE_CLIENT_SECRET": "your-client-secret",
        "TOKEN_ENCRYPTION_KEY": "your-encryption-key"
      }
    }
  }
}

Information

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