MCP.so
登录

Gmail MCP Server

@ArtyMcLabin

关于 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.

基本信息

许可证

MIT

运行时

node

发布者

ArtyMcLabin

提交者

Arty McLabin

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

更多 MCP 服务器