Loading MCP server directory, please wait...
A Model Context Protocol (MCP) server for Uptime Kuma version 2.
npx @getmcp/cli add io.github.DavidFuchs/mcp-uptime-kumaRequires Node.js 18+. Community-contributed server. Review source before installing.
UPTIME_KUMA_URLThe URL of your Uptime Kuma instance
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.DavidFuchs/mcp-uptime-kuma": {
"command": "npx",
"args": [
"-y",
"@davidfuchs/mcp-uptime-kuma"
],
"env": {
"UPTIME_KUMA_URL": "",
"UPTIME_KUMA_USERNAME": "",
"UPTIME_KUMA_PASSWORD": "",
"UPTIME_KUMA_2FA_TOKEN": "",
"UPTIME_KUMA_JWT_TOKEN": ""
}
}
}
}