A Model Context Protocol (MCP) server that provides authenticated access to Google Workspace APIs, offering integrated Authentication, Gmail, Calendar, and Drive functionality
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"google-workspace-mcp": {
"command": "npx",
"args": [
"-y",
"aaronsb/google-workspace-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add google-workspace-mcp npx -y aaronsb/google-workspace-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"google-workspace-mcp": {
"command": "npx",
"args": [
"-y",
"aaronsb/google-workspace-mcp"
]
}
}
}
📋 Copy