SlideSpeak MCP allows you to create presentations and PowerPoint files using AI. Get fully editable presentations directly in Cursor, Claude or any other tool that supports MCP.
Server Config
{
"mcpServers": {
"slidespeak": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.slidespeak.co/mcp",
"--header",
"Authorization: Bearer SLIDESPEAK-API-KEY"
],
"timeout": 300000
}
}
}