← Index

io.github.alxpark/propresenter-mcp

io.github.alxpark/propresenter-mcp·v1.0.1·Other
Quality Score
76
/100

ProPresenter 7 MCP server

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "propresenter-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@alxpark/propresenter-mcp"
      ],
      "env": {
        "PROPRESENTER_URL": "<propresenter_url>",
        "PROPRESENTER_PASSWORD": "<your-propresenter_password>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "propresenter-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@alxpark/propresenter-mcp"
      ],
      "env": {
        "PROPRESENTER_URL": "<propresenter_url>",
        "PROPRESENTER_PASSWORD": "<your-propresenter_password>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @alxpark/propresenter-mcp
§02  Environment variables
PROPRESENTER_URL
required

Your ProPresenter 7 API URL

PROPRESENTER_PASSWORD
secret

ProPresenteer API password if needed

§03  MCP Quality Score  ·  methodology
freshness
21
completeness
5
installability
25
documentation
15
stability
10
§04  Alternatives in Other