propresenter mcp for Claude Desktop
io.github.alxpark/propresenter-mcp
ProPresenter 7 MCP server
client:Claude Desktop
transport:stdio
runtime:npm
Install propresenter mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"propresenter-mcp": {
"command": "npx",
"args": [
"-y",
"@alxpark/propresenter-mcp"
],
"env": {
"PROPRESENTER_URL": "<PROPRESENTER_URL>",
"PROPRESENTER_PASSWORD": "<PROPRESENTER_PASSWORD>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs