gmail-mcp-server

jnpacker/gmail-mcp-server
★ 0 stars Python 🤖 AI/LLM Updated today
This is a purpose built MCP server, for reviewing all unread Gmail email and either skip (mark as read), delete or archive
View on GitHub → Try with Claude — $10 free →

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": "uvx",
      "args": [
        "gmail-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install gmail-mcp-server

README Excerpt

A purpose-built Model Context Protocol (MCP) server for Gmail integration, allowing AI assistants to review unread emails and perform email management operations. - **List Unread Emails**: Retrieve unread emails from Gmail inbox with optional subject filtering - **Email Content**: Access complete email content including headers, body, and metadata

Tools (3)

argscommandcwd