Are you the author? Sign in to claim
cpu-mcp-server
A local Model Context Protocol (MCP) server that exposes real-time system metrics to AI assistants like Claude Desktop.
Ask Claude about CPU, RAM, disk, and battery — no separate monitoring app needed.
C:\ drive)| Tool | Description |
|---|---|
get_system_metrics | Full hardware snapshot |
check_performance_thresholds | Performance warning if CPU/RAM > 80% |
git clone https://github.com/YOUR_USERNAME/cpu-mcp-server.git
cd cpu-mcp-server
python -m venv venv
venv\Scripts\activate # Windows
# source venv/bin/activate # macOS/Linux
pip install -r requirements.txt
Edit %APPDATA%\Claude\claude_desktop_config.json and add:
{
"mcpServers": {
"hardware-monitor": {
"command": "python",
"args": ["C:\\path\\to\\cpu-mcp-server\\server.py"],
"disabled": false,
"autoStart": true
}
}
}
Use the full path to python.exe (or your venv Python) if needed. Restart Claude Desktop.
C:\; other metrics work cross-platform)MIT (add a LICENSE file if you choose a different license)
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
Google's universal MCP server supporting PostgreSQL, MySQL, MongoDB, Redis, and 10+ databases
Official GitHub integration for repos, issues, PRs, and CI/CD workflows