MCP servers for Google Workspace via Apps Script proxies: Drive, Gmail, Calendar, Sheets, Slides, Docs, Tasks, and Forms
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"workspace-lite": {
"command": "npx",
"args": [
"-y",
"joe-broadhead/workspace-lite"
]
}
}
}
Run in terminal:
claude mcp add workspace-lite npx -y joe-broadhead/workspace-lite
Add to .cursor/mcp.json:
{
"mcpServers": {
"workspace-lite": {
"command": "npx",
"args": [
"-y",
"joe-broadhead/workspace-lite"
]
}
}
}