System Resource Monitor MCP Server
JSON →Monitors system resources in real-time, including CPU, memory, disk, network, battery, and internet speed.
Tools · 6
- get_cpu_usage Retrieves the current CPU load as a percentage, including overall and per-core usage.
- get_memory_usage Reports total, used, and free memory in GB, plus percentage used.
- get_disk_space Shows disk usage for the largest drive in GB and percentage.
- get_network_usage Returns real-time network RX/TX rates (KB/s) and total data since boot (MB).
- get_battery_status Provides battery charge percentage, charging status, and time remaining (if applicable).
- get_internet_speed Measures internet speed using multiple download sources (including a user-uploaded file) and upload tests, returning median speeds in Mbps.