★ 124 stars
TypeScript
🔒 Security
Updated 1mo ago
A Model Context Protocol (MCP) server that provides authenticated access to Google Workspace APIs, offering integrated Authentication, Gmail, Calendar, and Drive functionality
View on GitHub →
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
Topics
ai google-workspace mcp model-context-protocol