Skip to main content
Glama
paresh-p-crest

Hardware Monitor MCP Server

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%

Related MCP server: System Info MCP Server

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

Tech Stack

  • Python · FastMCP · psutil · MCP stdio transport

License

MIT (add a LICENSE file if you choose a different license)

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    Enables comprehensive system monitoring and diagnostics through 18 tools that provide detailed information about CPU, memory, disk usage, network interfaces, running processes, battery status, hardware details, and temperature monitoring. Allows users to query system information and performance metrics through natural language interactions.
    Last updated
    24
    ISC
  • A
    license
    A
    quality
    D
    maintenance
    Exposes Windows system information and control tools including hardware stats, network details, and process monitoring. It enables AI applications to retrieve real-time data about CPU, memory, drives, and active system processes.
    Last updated
    12
    GPL 3.0

View all related MCP servers

Related MCP Connectors

  • Runtime permission, approval, and audit layer for AI agent tool execution.

  • AI access to Hitsteps analytics, live visitors, uptime, goals, alerts, and chats.

  • Let ChatGPT, Claude & Cursor use your Mac: email, calendar, iMessage, Teams, files. Local, free.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/paresh-p-crest/cpu-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server