System Resource Monitor
@abhinav7895
关于 System Resource Monitor
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"system-resource-monitor": {
"command": "node",
"args": [
"/Users/username/Developer/projects/mcp/system-resource-monitor/build/index.js"
]
}
}
}工具
6Retrieves the current CPU load as a percentage, including overall and per-core usage.
Reports total, used, and free memory in GB, plus percentage used.
Shows disk usage for the largest drive in GB and percentage.
Returns real-time network RX/TX rates (KB/s) and total data since boot (MB).
Provides battery charge percentage, charging status, and time remaining (if applicable).
Measures internet speed using multiple download sources (including a user-uploaded file) and upload tests, returning median speeds in Mbps.
概览
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.
其他 分类下的更多 MCP 服务器
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Awesome Mlops
visengerA curated list of references for MLOps

EverArt
modelcontextprotocolModel Context Protocol Servers
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
ghidraMCP
LaurieWiredMCP Server for Ghidra
评论