Loading MCP server directory, please wait...
MCP server for Paessler PRTG's REST API v2 - network/infrastructure monitoring for MSPs.
npx @getmcp/cli add io.github.WYRE-AI/prtg-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
PRTG_API_KEYPRTG API key (Bearer token, generated in the PRTG web UI under Account Settings -> My Account -> API Keys).
PRTG_BASE_URLBase URL of the PRTG core server this connector talks to, e.g. https://prtg.example.com. Every PRTG instance is self-hosted; there is no shared hosted endpoint.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.WYRE-AI/prtg-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"PRTG_API_KEY",
"-e",
"PRTG_BASE_URL",
"-e",
"MCP_TRANSPORT",
"-e",
"AUTH_MODE",
"-e",
"LOG_LEVEL",
"ghcr.io/wyre-ai/prtg-mcp:v1.0.0"
],
"env": {
"PRTG_API_KEY": "",
"PRTG_BASE_URL": "",
"MCP_TRANSPORT": "stdio",
"AUTH_MODE": "env",
"LOG_LEVEL": "info"
}
}
}
}