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.
AI Skill Market Insights
Real data. Real impact.
Emerging
Developers
Quick Start
Install Command
# Gmail MCP Server
# 1. Find the exact package/command in the repo README:
# https://github.com/GongRzhe/Gmail-MCP-Server#readme
#
# 2. Add it to Claude Code:
claude mcp add gmail -- <command from README>
#
# …or add to claude_desktop_config.json:
# {
# "mcpServers": {
# "Gmail-MCP-Server": { "command": "<...>", "args": ["<...>"] }
# }
# }