Gws
Freeby MCP Community
MCP server that exposes Google Workspace CLI (gws) as Model Context Protocol tools
v0.1.3Added Apr 12, 2026
mcpmodel-context-protocolgoogle-workspacegwsgoogle-drive
Gws MCP Server
MCP server that exposes Google Workspace CLI (gws) as Model Context Protocol tools
Installation
npx -y gws-mcp-server
Reviews
Installation
Quick install
npx -y gws-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"gws": {
"command": "npx",
"args": ["-y", "gws-mcp-server"]
}
}
}