presentations ai for Gemini CLI
ai.presentations/presentations-ai
Presentations.AI MCP server — create designed slide decks from a topic, text, or document.
client:Gemini CLI
transport:streamable-http
tools:5
Install presentations ai in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"presentations-ai": {
"httpUrl": "https://api.presentations.ai/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs