gogcli mcp slides for Cursor
io.github.chrischall/gogcli-mcp-slides
Google Slides via gogcli for Claude — deck and slide authoring
client:Cursor
transport:stdio
runtime:npm
Install gogcli mcp slides in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"gogcli-mcp-slides": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"gogcli-mcp-slides"
],
"env": {
"GOG_ACCOUNT": "<GOG_ACCOUNT>",
"GOG_PATH": "<GOG_PATH>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs