uptime-kuma-mcp-server

kobidkunda/uptime-kuma-mcp-server
★ 1 stars TypeScript 💻 Code/Dev Tools Updated 17d ago
MCP Server for Uptime Kuma - Connect Claude, Codex, and any MCP client to your Uptime Kuma monitoring
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "uptime-kuma-mcp-serv": {
      "command": "npx",
      "args": [
        "-y",
        "kobidkunda/uptime-kuma-mcp-server"
      ]
    }
  }
}