AgentHubAgentHub

Gmail AutoAuth

MCP ServerMCP Hub 中国

io.mcp-cn.gongrzhe/server-gmail-autoauth-mcp · vlatest

Gmail AutoAuth的MCP服务器,支持Gmail AutoAuth的读取和写入

概览

Gmail AutoAuth 是一个MCP Server,收录自 MCP Hub 中国。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

GmailMCPGmail邮件

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "server-gmail-autoauth-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@gongrzhe/server-gmail-autoauth-mcp"
      ]
    }
  }
}

相关资源

统一 Manifest

{
  "id": "io.mcp-cn.gongrzhe/server-gmail-autoauth-mcp",
  "type": "mcp-server",
  "version": "latest",
  "displayName": "Gmail AutoAuth",
  "description": "Gmail AutoAuth的MCP服务器,支持Gmail AutoAuth的读取和写入",
  "author": {
    "name": "gongrzhe"
  },
  "homepage": "https://mcp-cn.com/server/112",
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@gongrzhe/server-gmail-autoauth-mcp",
        "runtimeHint": "npx",
        "transport": "stdio"
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [
    "use_count:204804",
    "Gmail",
    "MCP",
    "Gmail",
    "邮件"
  ],
  "provenance": {
    "origin": "mcp-cn",
    "originalId": "@gongrzhe/server-gmail-autoauth-mcp",
    "originalUrl": "https://mcp-cn.com/server/112",
    "isOfficial": false,
    "status": "active"
  }
}
Gmail AutoAuth — MCP Server 安装与配置 · AgentHub