Google Workspace
Freeby MCP Community
An MCP server for Google Workspace APIs (Gmail, Calendar, Drive, Sheets), enabling AI assistants to search emails, check calendars, find files, and read spreads
v0.1.5Added Apr 12, 2026
mcpgoogle-workspacegmailgoogle-calendargoogle-drive
Google Workspace MCP Server
An MCP server for Google Workspace APIs (Gmail, Calendar, Drive, Sheets), enabling AI assistants to search emails, check calendars, find files, and read spreads
Installation
npx -y @vineethnkrishnan/google-workspace-mcp
Reviews
Installation
Quick install
npx -y @vineethnkrishnan/google-workspace-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"google-workspace": {
"command": "npx",
"args": ["-y", "@vineethnkrishnan/google-workspace-mcp"]
}
}
}