Skip to content
Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

propresenter mcp in other clients