Gmail + Calendar MCP (j3k0)
CommunicationLightweight MCP server for Gmail and Google Calendar actions.
Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"google-workspace-mcp-j3k0": {
"command": "npx",
"args": [
"-y",
"mcp-gmail"
]
}
}
}