概览
What is System Resource Monitor?
System Resource Monitor is an MCP server that provides Claude with real-time system monitoring capabilities, including CPU, memory, disk, network, battery, and internet speed metrics using systeminformation and multi-source speed tests.
How to use System Resource Monitor?
Clone the repository, install dependencies with npm install, build with npm run build, then add the server to your Claude Desktop configuration with the command node and the path to dist/index.js. After restarting Claude, ask questions like “What’s my CPU usage?” or “How fast is my internet?”
Key features of System Resource Monitor
- Get real-time CPU load as a percentage (overall and per-core)
- Report total, used, and free memory in GB
- Display disk usage for the largest drive
- Return real-time network RX/TX rates and totals
- Provide battery charge percentage, status, and time remaining
- Measure internet download and upload speeds in Mbps
Use cases of System Resource Monitor
- Ask Claude about current CPU and memory usage
- Check disk space on the primary drive
- Monitor network bandwidth in real time
- Get battery status on a laptop
- Test internet speed without leaving the chat
FAQ from System Resource Monitor
How do I fix tools not appearing in Claude Desktop?
Verify the server is running (node dist/index.js) and the config file path is correct. Refer to the MCP troubleshooting guide if needed.
What should I do if internet speed tests fail?
Ensure network connectivity and test URLs are accessible. Check console logs for specific failures.
Can I customize the internet speed test?
Yes, modify testUrls in index.ts to change download sources or adjust uploadSizeBytes (default 80KB) for upload tests.
What runtime is required to run System Resource Monitor?
The server runs on Node.js and requires npm to install dependencies. The command is node pointing to the built dist/index.js.
What license is System Resource Monitor under?
It is licensed under the MIT License. See the LICENSE file for details.