ProPresenter 7 MCP server
Valid MCP server (4 strong, 4 medium validity signals). 2 known CVEs in dependencies (0 critical, 2 high severity) Package registry verified. Imported from the Official MCP Registry.
8 files analyzed · 3 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: PROPRESENTER_URL
Environment variable: PROPRESENTER_PASSWORD
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-alxpark-propresenter-mcp": {
"env": {
"PROPRESENTER_URL": "your-propresenter-url-here",
"PROPRESENTER_PASSWORD": "your-propresenter-password-here"
},
"args": [
"-y",
"@alxpark/propresenter-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
A comprehensive Model Context Protocol (MCP) server that provides complete control over ProPresenter presentations via the ProPresenter API. This server implements the full ProPresenter API specification with 231 endpoints organized into 27 API groups and exposed through modular client classes.
Clone this repository or download the source code
Install dependencies:
npm install
npm run build
The server connects to ProPresenter using environment variables:
PROPRESENTER_URL - The URL of your ProPresenter instance (default: http://localhost:50000)PROPRESENTER_PASSWORD - The API password (if configured in ProPresenter)Add this to your Claude Desktop configuration file:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"propresenter": {
"command": "node",
"args": ["/absolute/path/to/propresenter-mcp/build/index.js"],
"env": {
"PROPRESENTER_URL": "http://localhost:50000",
"PROPRESENTER_PASSWORD": "your-password-if-needed"
}
}
}
}
Replace /absolute/path/to/propresenter-mcp with the actual path to this project.
This server can be debugged directly in VS Code using the included MCP configuration.
.vscode/mcp.jsonOnce connected, you can ask Claude to control ProPresenter:
Status & Information:
Presentations:
Announcements:
Audio & Media:
Playlists:
Capture:
Clear:
Library:
Looks:
Macros:
Props:
Stage:
Messages:
Timers:
Themes:
Transport:
Masks:
Triggers:
npm run build
npm run watch
This server implements the complete ProPresenter API documented at https://openapi.propresenter.com/
See api/api.md for complete API documentation with all 231 endpoints organized by group.
Connection Issues:
Server Not Starting:
npm run buildnpm installBe the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally
by mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.