ChatPPT for Zed
io.github.parkerdiamond/chatppt
Model Context Protocol (MCP) server for programmatic PowerPoint creation and editing
client:Zed
transport:stdio
runtime:npm
Install ChatPPT in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"chatppt": {
"command": "npx",
"args": [
"-y",
"@jparkerdiamond/chatppt"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs