Google Workspace MCP (aaronsb)
ProductivityMCP server providing authenticated access to Google Workspace APIs including Gmail, Calendar, and Drive.
Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"google-workspace-mcp-aaronsb": {
"command": "npx",
"args": [
"-y",
"@aaronsb/google-workspace-mcp"
]
}
}
}