PluginBench
MCP Server

Gmail Postmaster Tools MCP Server

io.github.optipub/gmail-postmaster-tools

What is the Gmail Postmaster Tools MCP server?

Gmail Postmaster Tools v2 — domains, traffic metrics, and compliance via your own Google OAuth.

How to install Gmail Postmaster Tools

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "gmail-postmaster-tools": {
      "command": "https://github.com/optipub/gmail-postmaster-tools-mcp/releases/download/v1.0.0/gmail-postmaster-tools.mcpb",
      "args": []
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "gmail-postmaster-tools": {
      "command": "https://github.com/optipub/gmail-postmaster-tools-mcp/releases/download/v1.0.0/gmail-postmaster-tools.mcpb",
      "args": []
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "gmail-postmaster-tools": {
      "command": "https://github.com/optipub/gmail-postmaster-tools-mcp/releases/download/v1.0.0/gmail-postmaster-tools.mcpb",
      "args": []
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "gmail-postmaster-tools": {
      "type": "stdio",
      "command": "https://github.com/optipub/gmail-postmaster-tools-mcp/releases/download/v1.0.0/gmail-postmaster-tools.mcpb",
      "args": []
    }
  }
}
Claude Code
claude mcp add gmail-postmaster-tools -- https://github.com/optipub/gmail-postmaster-tools-mcp/releases/download/v1.0.0/gmail-postmaster-tools.mcpb

Related MCP servers

Outlook.com SNDS IP Data and IP Status reports via the OAuth-secured REST API.

View repository →