SlideMaster for Cursor
io.github.headdao/slidemaster-mcp
Create AI presentation videos with slides, narration, TTS audio, and MP4 export from any topic.
client:Cursor
transport:stdio
runtime:npm
Install SlideMaster in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"slidemaster-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@slidemaster/mcp-server"
],
"env": {
"SLIDEMASTER_API_KEY": "<SLIDEMASTER_API_KEY>",
"SLIDEMASTER_API_BASE": "<SLIDEMASTER_API_BASE>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs