Gogcli MCP Server
Rank #9,014io.github.chrischall/gogcli-mcp-slides
Google Slides via gogcli for Claude — deck and slide authoring
Gogcli MCP Server is a Model Context Protocol (MCP) server published by chrischall. It ranks #9,014 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Gogcli MCP Server is listed on Official MCP, with 18 tracked versions. It was first listed on May 12, 2026 and most recently updated on Aug 29, 2026.
Ranks ahead of 106,446 of 115,460 servers on MCP Toplist.
Use Gogcli MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add gogcli-mcp-slides -e "GOG_ACCOUNT=<your GOG_ACCOUNT>" -e "GOG_PATH=<your GOG_PATH>" -- npx -y gogcli-mcp-slidesReplace each placeholder with your own value before saving.
[mcp_servers.gogcli-mcp-slides]
command = "npx"
args = ["-y", "gogcli-mcp-slides"]
[mcp_servers.gogcli-mcp-slides.env]
GOG_ACCOUNT = "<your GOG_ACCOUNT>"
GOG_PATH = "<your GOG_PATH>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gogcli-mcp-slides": {
"command": "npx",
"args": [
"-y",
"gogcli-mcp-slides"
],
"env": {
"GOG_ACCOUNT": "<your GOG_ACCOUNT>",
"GOG_PATH": "<your GOG_PATH>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gogcli-mcp-slides": {
"command": "npx",
"args": [
"-y",
"gogcli-mcp-slides"
],
"env": {
"GOG_ACCOUNT": "<your GOG_ACCOUNT>",
"GOG_PATH": "<your GOG_PATH>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"gogcli-mcp-slides": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"gogcli-mcp-slides"
],
"env": {
"GOG_ACCOUNT": "<your GOG_ACCOUNT>",
"GOG_PATH": "<your GOG_PATH>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gogcli-mcp-slides": {
"command": "npx",
"args": [
"-y",
"gogcli-mcp-slides"
],
"env": {
"GOG_ACCOUNT": "<your GOG_ACCOUNT>",
"GOG_PATH": "<your GOG_PATH>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gogcli-mcp-slides": {
"command": "npx",
"args": [
"-y",
"gogcli-mcp-slides"
],
"env": {
"GOG_ACCOUNT": "<your GOG_ACCOUNT>",
"GOG_PATH": "<your GOG_PATH>"
}
}
}
}Replace each placeholder with your own value before saving.
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.chrischall%2Fgogcli-mcp-slides)<a href="https://mcptoplist.com/server/io.github.chrischall%2Fgogcli-mcp-slides"><img src="https://mcptoplist.com/badge/io.github.chrischall%2Fgogcli-mcp-slides.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
chrischall
Other servers by chrischall
- OurFamilyWizard MCP#1,944 · 24 vers
- zola-mcp#3,092 · 14 vers
- skylight-mcp#3,741 · 8 vers
- redfin-mcp#4,029 · 10 vers
- gemini-mcp#4,034 · 18 vers
- infinitecampus-mcp#4,047 · 10 vers
- honeybook-mcp#4,230 · 19 vers
- Credit Karma MCP#4,680 · 13 vers
- canvas-parent-mcp#4,892 · 12 vers
- resy-mcp#5,130 · 10 vers
- splitwise-mcp#5,214 · 10 vers
- opentable-mcp#5,296 · 12 vers
Available versions (18)
| Version | Published |
|---|---|
| 2.27.0 | Aug 29, 2026 |
| 2.26.0 | Aug 28, 2026 |
| 2.25.0 | Aug 16, 2026 |
| 2.24.0 | Aug 14, 2026 |
| 2.23.2 | Aug 13, 2026 |
| 2.23.0 | Aug 10, 2026 |
| 2.21.1 | Aug 9, 2026 |
| 2.19.2 | Aug 9, 2026 |
| 2.19.1 | Aug 8, 2026 |
| 2.19.0 | Aug 8, 2026 |
| 2.18.4 | Jul 29, 2026 |
| 2.18.2 | Jul 27, 2026 |
| 2.18.1 | Jul 27, 2026 |
| 2.4.1 | Jun 2, 2026 |
| 2.0.10 | May 19, 2026 |
| 2.0.9 | May 15, 2026 |
| 2.0.7 | May 14, 2026 |
| 2.0.4 | May 12, 2026 |
Frequently asked questions
- Who maintains Gogcli MCP Server?
- Gogcli MCP Server is maintained by chrischall, which publishes 71 MCP servers (492 total versions) tracked on MCP Toplist.
- Is Gogcli MCP Server listed on the Official MCP Registry?
- Yes — Gogcli MCP Server is listed on the Official MCP Registry.
- How many versions does Gogcli MCP Server have?
- MCP Toplist tracks 18 versions of Gogcli MCP Server, most recently published on Aug 29, 2026.
- Where can I find the source code for Gogcli MCP Server?
- The source code for Gogcli MCP Server is hosted at github.com/chrischall/gogcli-mcp.