ChatPPT for Claude Desktop
io.github.parkerdiamond/chatppt
Model Context Protocol (MCP) server for programmatic PowerPoint creation and editing
client:Claude Desktop
transport:stdio
runtime:npm
Install ChatPPT in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"chatppt": {
"command": "npx",
"args": [
"-y",
"@jparkerdiamond/chatppt"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs