Skip to content
Claude Desktop

instatus for Claude Desktop

io.usefulapi/instatus

Manage status pages: components, incidents and maintenances; set live component status.

client:Claude Desktop transport:streamable-http

Install instatus in Claude Desktop

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

{
  "mcpServers": {
    "instatus": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://instatus.usefulapi.io/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

instatus in other clients