M
✓ Verified
Official Model Context Protocol organization

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
Links
README Badge
Add this badge to your GitHub README:
[](https://getmcpapps.com/apps/system-monitor)