Skip to content
Cursor

MCP fork of Google Workspace CLI for Cursor

io.github.shigechika/gws-mcp

MCP fork of Google Workspace CLI (Gmail, Drive, Calendar, and more)

client:Cursor transport:stdio runtime:oci

Install MCP fork of Google Workspace CLI in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "gws-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/shigechika/gws-mcp:0.22.5-mcp.36"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

MCP fork of Google Workspace CLI in other clients