propresenter mcp for Cursor
io.github.alxpark/propresenter-mcp
ProPresenter 7 MCP server
client:Cursor
transport:stdio
runtime:npm
Install propresenter mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"propresenter-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@alxpark/propresenter-mcp"
],
"env": {
"PROPRESENTER_URL": "<PROPRESENTER_URL>",
"PROPRESENTER_PASSWORD": "<PROPRESENTER_PASSWORD>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs