Home › Other › propresenter-mcp

propresenter-mcp

ProPresenter 7 MCP server

TypeScript
★ 13 stars Last pushed 2026-06-26 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.0.1)

npx -y @alxpark/propresenter-mcp@1.0.1

Or add to your MCP client config:

{
  "mcpServers": {
    "propresenter-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@alxpark/propresenter-mcp@1.0.1"
      ],
      "env": {
        "PROPRESENTER_URL": "<YOUR_VALUE>",
        "PROPRESENTER_PASSWORD": "<YOUR_VALUE>"
      }
    }
  }
}
  • PROPRESENTER_URL required — Your ProPresenter 7 API URL
  • PROPRESENTER_PASSWORD secret — ProPresenteer API password if needed

Related servers

Data from the Official MCP Registry