Hardware Monitor Server
БесплатноНе проверенEnables AI assistants to query real-time system metrics like CPU, RAM, disk, and battery usage, and check performance thresholds.
Описание
Enables AI assistants to query real-time system metrics like CPU, RAM, disk, and battery usage, and check performance thresholds.
README
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)
Установка Hardware Monitor Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/paresh-p-crest/cpu-mcp-serverFAQ
Hardware Monitor Server MCP бесплатный?
Да, Hardware Monitor Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Hardware Monitor Server?
Нет, Hardware Monitor Server работает без API-ключей и переменных окружения.
Hardware Monitor Server — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Hardware Monitor Server в Claude Desktop, Claude Code или Cursor?
Открой Hardware Monitor Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Hardware Monitor Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
