workspace-lite

joe-broadhead/workspace-lite
★ 1 stars JavaScript API Integration Updated today
MCP servers for Google Workspace via Apps Script proxies: Drive, Gmail, Calendar, Sheets, Slides, Docs, Tasks, and Forms
View on GitHub → Try with Claude — $10 free →

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"
      ]
    }
  }
}