Gmail
Freeby MCP Community
Gmail MCP Server with Bearer Token Authentication - A Model Context Protocol server for Gmail access
v1.0.3Added Apr 12, 2026
mcpgmailemailmodel-context-protocolbearer-token
Gmail MCP Server
Gmail MCP Server with Bearer Token Authentication - A Model Context Protocol server for Gmail access
Installation
Reviews
Installation
Quick install
npx -y @aot-tech/gmail-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"gmail": {
"command": "npx",
"args": ["-y", "@aot-tech/gmail-mcp-server"]
}
}
}