Odel
propresenter mcp

propresenter mcp

Local
@alxpark12TypeScriptMITUpdated 2mo ago

ProPresenter 7 MCP server

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@alxpark/propresenter-mcpv1.0.1

Run

npx -y @alxpark/propresenter-mcp

MCP client config

{
  "mcpServers": {
    "propresenter-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@alxpark/propresenter-mcp"
      ]
    }
  }
}