Hardware Monitor MCP Server
Enables AI assistants to query real-time system metrics like CPU, RAM, disk, and battery usage, and check performance thresholds.
README
Hardware Monitor 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.
Features
- CPU & RAM — live utilization percentages
- Disk — usage and free space (Windows
C:\drive) - Battery — charge level and power source (laptops)
- Alerts — warns when CPU or RAM exceeds 80%
MCP Tools
| Tool | Description |
|---|---|
get_system_metrics |
Full hardware snapshot |
check_performance_thresholds |
Performance warning if CPU/RAM > 80% |
Quick Start
1. Install
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
2. Configure Claude Desktop
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.
3. Try it
- "Get my current system metrics"
- "What's my CPU usage right now?"
- "Check if my system performance is normal"
Requirements
- Python 3.10+
- Claude Desktop (or any MCP client with stdio support)
- Windows (disk path is
C:\; other metrics work cross-platform)
Docs
- Setup Instructions — detailed Windows setup & troubleshooting
- Platform Overview — features, use cases, tech stack
Tech Stack
- Python · FastMCP · psutil · MCP stdio transport
License
MIT (add a LICENSE file if you choose a different license)
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.