ChatPPT for Cursor
io.github.parkerdiamond/chatppt
Model Context Protocol (MCP) server for programmatic PowerPoint creation and editing
client:Cursor
transport:stdio
runtime:npm
Install ChatPPT in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"chatppt": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@jparkerdiamond/chatppt"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs