PluginBench
MCP Server

com.mintmcp/gmail MCP Server

com.mintmcp/gmail

What is the com.mintmcp/gmail MCP server?

A MCP server for Gmail that lets you search, read, and draft emails and replies.

How to install com.mintmcp/gmail

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "gmail": {
      "url": "https://gmail.mintmcp.com/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "gmail": {
      "serverUrl": "https://gmail.mintmcp.com/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "gmail": {
      "type": "http",
      "url": "https://gmail.mintmcp.com/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "gmail": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://gmail.mintmcp.com/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http gmail https://gmail.mintmcp.com/mcp

Related MCP servers

A MCP server that works with Google Calendar to manage event listing, reading, and updates.

View repository →

A MCP server that works with Outlook Calendar to manage event listing, reading, and updates.

View repository →

A MCP server for Outlook email that lets you search, read, and draft emails and replies.

View repository →