PluginBench
MCP Server

MCP fork of Google Workspace CLI MCP Server

io.github.shigechika/gws-mcp

What is the MCP fork of Google Workspace CLI MCP server?

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

How to install MCP fork of Google Workspace CLI

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "gws-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/shigechika/gws-mcp:0.22.5-mcp.28",
        "run",
        "-i",
        "--rm",
        "-v"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "gws-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/shigechika/gws-mcp:0.22.5-mcp.28",
        "run",
        "-i",
        "--rm",
        "-v"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "gws-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/shigechika/gws-mcp:0.22.5-mcp.28",
        "run",
        "-i",
        "--rm",
        "-v"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "gws-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/shigechika/gws-mcp:0.22.5-mcp.28",
        "run",
        "-i",
        "--rm",
        "-v"
      ]
    }
  }
}
Claude Code
claude mcp add gws-mcp -- docker run -i --rm ghcr.io/shigechika/gws-mcp:0.22.5-mcp.28 run -i --rm -v

Related MCP servers

MCP server for Aruba Central: expose AP, switch, and client status to AI assistants

View repository →

MCP server for Arista EOS device operations via eAPI

View repository →

MCP server for retrieving Japanese stock market data via J-Quants API v2

View repository →

MCP server for Juniper Networks device operations via junos-ops

View repository →

MCP server for KeyCloak Admin REST API via Service Account

View repository →

Stdio-to-HTTP gateway — connects MCP clients to remote HTTP MCP servers

View repository →