by MCP Community
Model Context Protocol (MCP) server for Google Workspace - Calendar, Gmail, Drive, Docs, Sheets, Slides, Meet, Chat, Forms, YouTube, Tasks, and Contacts with OA
v1.0.2Added Apr 12, 2026
mcpmodel-context-protocolgooglegoogle-workspacegoogle-calendar
Google MCP Server
Model Context Protocol (MCP) server for Google Workspace - Calendar, Gmail, Drive, Docs, Sheets, Slides, Meet, Chat, Forms, YouTube, Tasks, and Contacts with OA
Installation
npx -y @pegasusheavy/google-mcp
Reviews
Installation
Quick install
npx -y @pegasusheavy/google-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"google": {
"command": "npx",
"args": ["-y", "@pegasusheavy/google-mcp"]
}
}
}