Gmail
CommunicationRead, search, compose, and manage Gmail messages via the MCP protocol.
Quick Install
uvx workspace-mcp Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"gmail": {
"command": "uvx",
"args": [
"workspace-mcp"
]
}
}
}