MCP Uptime Kuma runs on your own machine — the client starts it, so there is no endpoint to ping. 934 installs a week from npm. Last commit 11 Sep 2026.
A Model Context Protocol (MCP) server for Uptime Kuma version 2.
We read the source, 21 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
ENV UPTIME_KUMA_PASSWORD=""
dockerDaemon: z.string().optional().describe('Unix socket path (e.g. /var/run/docker.sock) when dockerType=socket, or TCP URL (e.g. http://docker-proxy:2375) when dockerType=tcp'),
Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.
- name: Update package.json version
run: |
npm version ${{ steps.version.outputs.VERSION }} --no-git-tag-version
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-uptime-kuma -- npx -y @davidfuchs/mcp-uptime-kuma
{
"mcpServers": {
"mcp-uptime-kuma": {
"args": [
"-y",
"@davidfuchs/mcp-uptime-kuma"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-uptime-kuma]
command = "npx"
args = ["-y", "@davidfuchs/mcp-uptime-kuma"]
{
"mcpServers": {
"mcp-uptime-kuma": {
"args": [
"-y",
"@davidfuchs/mcp-uptime-kuma"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-uptime-kuma": {
"args": [
"-y",
"@davidfuchs/mcp-uptime-kuma"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
UPTIME_KUMA_URL (The URL of your Uptime Kuma instance), UPTIME_KUMA_USERNAME (Your Uptime Kuma username (not required if using JWT token authentication or if authentication is disabled)), UPTIME_KUMA_PASSWORD (Your Uptime Kuma password (not required if using JWT token authentication or if authentication is disabled)), UPTIME_KUMA_2FA_TOKEN (Your 2FA token (only required if two-factor authentication is enabled on your account)), UPTIME_KUMA_JWT_TOKEN (Your JWT token for authentication (takes precedence over username/password if provided)), UPTIME_KUMA_HEADERS (JSON object of extra HTTP headers sent on every request to Uptime Kuma, for reaching it through an authenticating proxy such as Cloudflare Access (e.g. {"CF-Access-Client-Id":"...","CF-Access-Client-Secret":"..."})).
The author declared them in the registry entry; get the values from the project itself.
A Model Context Protocol (MCP) server for esa.io
MCP (Model Context Protocol) server for Appwrite
A Model Context Protocol server for Sitecore
A Model Context Protocol (MCP) server for NuGet.
GitLab MCP (Model Context Protocol) server for AI agents
Trello Model Context Protocol (MCP) Server for AI Agents
A Model Context Protocol (MCP) server for Prometheus monitoring
A Model Context Protocol (MCP) server for process management.
Answers built from our own checks of this server.