Skip to content
Claude Desktop

StillOnline for Claude Desktop

io.github.shenwell/stillonline

StillOnline MCP: uptime, status pages, checks. REST API for Cursor and Claude Code.

client:Claude Desktop transport:stdio runtime:npm

Install StillOnline in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "stillonline": {
      "command": "npx",
      "args": [
        "-y",
        "stillonline-mcp"
      ],
      "env": {
        "STILLONLINE_API_KEY": "<STILLONLINE_API_KEY>",
        "STILLONLINE_API_BASE": "<STILLONLINE_API_BASE>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

StillOnline in other clients