{
    "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
    "name": "io.github.ArtyMcLabin/Gmail-MCP-Server",
    "description": "Lean Gmail MCP server with auto authentication support",
    "repository": {
        "url": "https://github.com/ArtyMcLabin/Gmail-MCP-Server",
        "source": "github"
    },
    "version": "1.2.3",
    "packages": [
        {
            "registryType": "npm",
            "identifier": "@artymclabin/gmail-mcp",
            "version": "1.2.3",
            "transport": {
                "type": "stdio"
            },
            "environmentVariables": [
                {
                    "description": "Optional override for the OAuth client keys file path (defaults to ~/.gmail-mcp/gcp-oauth.keys.json)",
                    "format": "string",
                    "name": "GMAIL_OAUTH_PATH"
                },
                {
                    "description": "Optional override for the stored credentials file path (defaults to ~/.gmail-mcp/credentials.json)",
                    "format": "string",
                    "name": "GMAIL_CREDENTIALS_PATH"
                }
            ]
        }
    ],
    "_meta": {
        "io.modelcontextprotocol.registry/official": {
            "status": "active",
            "statusChangedAt": "2026-07-11T09:17:04.5602Z",
            "publishedAt": "2026-07-11T09:17:04.5602Z",
            "updatedAt": "2026-07-11T09:17:04.5602Z",
            "isLatest": true
        }
    }
}