Loading MCP server directory, please wait...
Allow AI systems to read, send, archive, and manage emails via Gmail.
npx @getmcp/cli add io.github.domdomegg/gmail-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
GOOGLE_ACCESS_TOKENGoogle OAuth access token with Gmail scopes.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.domdomegg/gmail-mcp": {
"command": "npx",
"args": [
"-y",
"gmail-mcp"
],
"env": {
"GOOGLE_ACCESS_TOKEN": ""
}
}
}
}