gws-mcp-server

mckay22/gws-mcp-server
★ 0 stars Go Security Updated today
Google Workspace MCP server — Gmail, Calendar, Drive, Directory, and audit as safety-gated MCP tools. Read-only by default; the platform stays the authority.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "gws-mcp-server": {
      "command": "go",
      "args": [
        "run",
        "github.com/mckay22/gws-mcp-server@latest"
      ]
    }
  }
}