propresenter mcp for Zed
io.github.alxpark/propresenter-mcp
ProPresenter 7 MCP server
client:Zed
transport:stdio
runtime:npm
Install propresenter mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"propresenter-mcp": {
"command": "npx",
"args": [
"-y",
"@alxpark/propresenter-mcp"
],
"env": {
"PROPRESENTER_URL": "<PROPRESENTER_URL>",
"PROPRESENTER_PASSWORD": "<PROPRESENTER_PASSWORD>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs