Skip to content

Google Workspace MCP

cd ~
git clone [email protected]:gemini-cli-extensions/workspace.git
cd workspace

npm install
npm run build

claude mcp add --transport stdio google-workspace -- node ~/dev/workspace/workspace-server/dist/index.js
  • You should rebuilt to update
cd ~/dev/workspace
git pull
npm install
npm run build