MCP fork of Google Workspace CLI
Rank #10,645io.github.shigechika/gws-mcp
MCP fork of Google Workspace CLI (Gmail, Drive, Calendar, and more)
MCP fork of Google Workspace CLI is a Model Context Protocol (MCP) server published by shigechika. It ranks #10,645 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. MCP fork of Google Workspace CLI is listed on Official MCP, with 3 tracked versions. It was first listed on May 10, 2026 and most recently updated on Aug 22, 2026.
Ranks ahead of 104,815 of 115,460 servers on MCP Toplist.
Use MCP fork of Google Workspace CLI
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add gws-mcp -- docker run -i --rm -v "~/.config/gws:/home/gws/.config/gws" ghcr.io/shigechika/gws-mcp:0.22.5-mcp.31[mcp_servers.gws-mcp]
command = "docker"
args = ["run", "-i", "--rm", "-v", "~/.config/gws:/home/gws/.config/gws", "ghcr.io/shigechika/gws-mcp:0.22.5-mcp.31"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"gws-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-v",
"~/.config/gws:/home/gws/.config/gws",
"ghcr.io/shigechika/gws-mcp:0.22.5-mcp.31"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"gws-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-v",
"~/.config/gws:/home/gws/.config/gws",
"ghcr.io/shigechika/gws-mcp:0.22.5-mcp.31"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"gws-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-v",
"~/.config/gws:/home/gws/.config/gws",
"ghcr.io/shigechika/gws-mcp:0.22.5-mcp.31"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"gws-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-v",
"~/.config/gws:/home/gws/.config/gws",
"ghcr.io/shigechika/gws-mcp:0.22.5-mcp.31"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"gws-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-v",
"~/.config/gws:/home/gws/.config/gws",
"ghcr.io/shigechika/gws-mcp:0.22.5-mcp.31"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.shigechika%2Fgws-mcp)<a href="https://mcptoplist.com/server/io.github.shigechika%2Fgws-mcp"><img src="https://mcptoplist.com/badge/io.github.shigechika%2Fgws-mcp.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
shigechika
Other servers by shigechika
- MCP Stdio#1,060 · 48 vers
- J-Quants MCP#1,978 · 58 vers
- KeyCloak MCP#4,838 · 16 vers
- Junos MCP#4,880 · 19 vers
- Google Workspace Admin Security-Audit MCP#5,540 · 14 vers
- Aruba Central MCP#6,178 · 12 vers
- Zabbix API MCP#6,316 · 9 vers
- Box Admin Analytics MCP#6,362 · 11 vers
- EOS MCP#6,507 · 9 vers
- Cloud Armor WAF Patrol MCP#9,825 · 4 vers
- netdiag MCP#14,456 · 2 vers
- entraadm MCP#27,912 · 1 ver
Available versions (3)
| Version | Published |
|---|---|
| 0.22.5-mcp.31 | Aug 22, 2026 |
| 0.22.5-mcp.19 | May 11, 2026 |
| 0.22.5-mcp.18 | May 10, 2026 |
Frequently asked questions
- Who maintains MCP fork of Google Workspace CLI?
- MCP fork of Google Workspace CLI is maintained by shigechika, which publishes 13 MCP servers (206 total versions) tracked on MCP Toplist.
- Is MCP fork of Google Workspace CLI listed on the Official MCP Registry?
- Yes — MCP fork of Google Workspace CLI is listed on the Official MCP Registry.
- How many versions does MCP fork of Google Workspace CLI have?
- MCP Toplist tracks 3 versions of MCP fork of Google Workspace CLI, most recently published on Aug 22, 2026.
- Where can I find the source code for MCP fork of Google Workspace CLI?
- The source code for MCP fork of Google Workspace CLI is hosted at github.com/shigechika/gws-mcp.