★ 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"
]
}
}
}
Run in terminal:
claude mcp add uptime-kuma-mcp-serv npx -y kobidkunda/uptime-kuma-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"uptime-kuma-mcp-serv": {
"command": "npx",
"args": [
"-y",
"kobidkunda/uptime-kuma-mcp-server"
]
}
}
}