MCP server that exposes Google Workspace CLI (gws) as Model Context Protocol tools
| Tool name | Description | Destructive? |
|---|---|---|
| drive_files_download | ✓ no | |
| gmail_drafts_create | ✓ no |
{
"mcpServers": {
"gws": {
"command": "npx",
"args": [
"-y",
"gws-mcp-server"
]
}
}
}