Odel
Gmail MCP Server

Gmail MCP Server

Local
@artymclabin233TypeScriptMITUpdated 3w ago

Lean Gmail MCP server with auto authentication support

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@artymclabin/gmail-mcpv1.2.3

Run

npx -y @artymclabin/gmail-mcp

MCP client config

{
  "mcpServers": {
    "gmail-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@artymclabin/gmail-mcp"
      ]
    }
  }
}