The Plug
⭐ FeaturedVerifiedMonitors

System Monitor

Real-time server health dashboard with live metrics

M
MCP Official✓ Verified

Official Model Context Protocol organization

System Monitor preview

Monitor system health in real-time with a live dashboard rendered in your AI conversation. Track CPU, memory, disk, and network metrics with auto-refreshing charts.

Installation

Add the following configuration to your MCP client settings file to install this app.

{
  "claude": {
    "mcpServers": {
      "system-monitor-server": {
        "command": "npx",
        "args": [
          "-y",
          "@modelcontextprotocol/ext-apps-system-monitor-server"
        ]
      }
    }
  }
}

Install Instructions

Copy the JSON config below and paste it into your MCP client settings file.

For Claude Desktop:

Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "system-monitor-server": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/ext-apps-system-monitor-server"
      ]
    }
  }
}

Get this App

Copy the config and paste it into your MCP client settings.

{
  "claude": {
    "mcpServers": {
      "system-monitor-server": {
        "command": "npx",
        "args": [
          "-y",
          "@modelcontextprotocol/ext-apps-system-monitor-server"
        ]
      }
    }
  }
}

Stats

Rating
4.6(15)
Installs
534
Views
3,500
GitHub
2,800

Works With

🟠 Claude🟢 ChatGPT🔵 VS Code🪿 Goose

README Badge

Add this badge to your GitHub README:

[![The Plug](https://getmcpapps.com/badge/system-monitor.svg)](https://getmcpapps.com/apps/system-monitor)