# louislam/uptime-kuma | Model Context Protocol (MCP) Server > A fancy self-hosted monitoring tool - **Stars**: ⭐ 90,123 - **Language**: JavaScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "uptime-kuma": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-uptime-kuma" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "uptime-kuma": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-uptime-kuma" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-uptime-kuma` - **Docker**: `docker run -i --rm mcp/uptime-kuma`