Skip to content
Cline

SlideMaster for Cline

io.github.headdao/slidemaster-mcp

Create AI presentation videos with slides, narration, TTS audio, and MP4 export from any topic.

client:Cline transport:stdio runtime:npm

Install SlideMaster in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "slidemaster-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@slidemaster/mcp-server"
      ],
      "env": {
        "SLIDEMASTER_API_KEY": "<SLIDEMASTER_API_KEY>",
        "SLIDEMASTER_API_BASE": "<SLIDEMASTER_API_BASE>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

SlideMaster in other clients