gmail-mcp-server

andrey-karasev/gmail-mcp-server
★ 0 stars TypeScript 💬 Communication Updated today
MCP server for Gmail read/delete/mark operations over IMAP and POP3
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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

README Excerpt

This project provides an MCP server for Gmail with support for: - Read emails - Delete emails - Mark emails as read/unread - Protocol selection: `imap` or `pop3` - No send-email capability included MCP tools exposed by this server: - `gmail_list_emails` - `gmail_get_email` - `gmail_delete_email` - `gmail_mark_email`

Tools (13)

GMAIL_APP_PASSWORDGMAIL_HOST_IMAPGMAIL_HOST_POP3GMAIL_MAILBOXGMAIL_PORT_IMAPGMAIL_PORT_POP3GMAIL_PROTOCOLGMAIL_USERPOP3_MARKS_FILEgmail_delete_emailgmail_get_emailgmail_list_emailspop3