MCP.so
Sign In

Gmail MCP Server

@ArtyMcLabin

About Gmail MCP Server

A Model Context Protocol (MCP) server for Gmail integration in Claude Desktop with auto authentication support. This server enables AI assistants to manage Gmail through natural language interactions.

Basic information

License

MIT

Runtime

node

Publisher

ArtyMcLabin

Submitted by

Arty McLabin

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "Gmail-MCP-Server": {
      "command": "npx",
      "args": [
        "@artymclabin/gmail-mcp",
        "auth"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Gmail MCP Server?

A Model Context Protocol (MCP) server for Gmail integration in Claude Desktop with auto authentication support. This server enables AI assistants to manage Gmail through natural language interactions.

How to use Gmail MCP Server?

The README includes setup instructions such as npx @artymclabin/gmail-mcp auth.

Key features of Gmail MCP Server

  • Send emails with subject, content, attachments, and recipients
  • Full attachment support - send and receive file attachments
  • Download email attachments to local filesystem
  • Download full emails to files in json/eml/txt/html formats
  • Thread-level operations - get full threads, list inbox threads, batch-expand threads

Use cases of Gmail MCP Server

  • Connect an MCP-compatible client to this repository's service.
  • Review the README-backed setup before enabling it in production.

FAQ from Gmail MCP Server

Where is the source code for Gmail MCP Server?

The source code is linked from the repository URL on this page.

Does Gmail MCP Server include a standard MCP config?

If the README contains a parseable MCP configuration block, it is shown in the Config tab.

Comments

More MCP servers