Uptime Kuma MCP Server
@Camusama
About Uptime Kuma MCP Server
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"uptime-kuma-mcp-server": {
"command": "uvx",
"args": [
"uptime-kuma-mcp-server"
]
}
}
}Tools
3Batch add multiple monitors to Uptime Kuma, returns Uptime Kuma page URLs after completion
Get all monitors list, returns trimmed fields to prevent context overflow
Batch delete multiple monitors
Overview
What is Uptime Kuma MCP Server?
A server for managing Uptime Kuma monitors via the Model Context Protocol (MCP). It allows programmatic interaction with an Uptime Kuma instance.
How to use Uptime Kuma MCP Server?
Install via uvx uptime-kuma-mcp-server. Configure it by setting environment variables: KUMA_URL, KUMA_USERNAME, and KUMA_PASSWORD. For SSE transport, create a .env file and run the run_sse() function from the package.
Key features of Uptime Kuma MCP Server
- Batch add multiple monitors with one call
- Get a trimmed list of all monitors to avoid context overflow
- Batch delete monitors by ID
- Supports MCP protocol and SSE transport
Use cases of Uptime Kuma MCP Server
- Automatically add new monitors to Uptime Kuma from external scripts
- Retrieve the full monitor list for inventory or integration
- Remove outdated or duplicate monitors in bulk
- Integrate Uptime Kuma management into AI‑assisted workflows
FAQ from Uptime Kuma MCP Server
How to install Uptime Kuma MCP Server?
Install via uvx uptime-kuma-mcp-server. Provide the Uptime Kuma URL, username, and password as environment variables.
What environment variables are required?
KUMA_URL, KUMA_USERNAME, and KUMA_PASSWORD. Optionally, FASTMCP_HOST and FASTMCP_PORT for SSE mode.
What tools are available?
add_monitors (batch add), get_monitors (list all), and delete_monitors (batch delete) – each with required parameters documented in the README.
How to run with SSE transport?
Create a .env file with the required variables, then import and call run_sse() from uptime_kuma_mcp_server.
Frequently asked questions
How to install Uptime Kuma MCP Server?
Install via `uvx uptime-kuma-mcp-server`. Provide the Uptime Kuma URL, username, and password as environment variables.
What environment variables are required?
`KUMA_URL`, `KUMA_USERNAME`, and `KUMA_PASSWORD`. Optionally, `FASTMCP_HOST` and `FASTMCP_PORT` for SSE mode.
What tools are available?
`add_monitors` (batch add), `get_monitors` (list all), and `delete_monitors` (batch delete) – each with required parameters documented in the README.
How to run with SSE transport?
Create a `.env` file with the required variables, then import and call `run_sse()` from `uptime_kuma_mcp_server`.
Basic information
More Other MCP servers
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Comments