A Model Context Protocol (MCP) server for real-time system monitoring, providing CPU, memory, disk, network, battery, and internet speed metrics via
System MCP becomes available to MCP clients through the system mcp mcp server. A Model Context Protocol (MCP) server for real-time system monitoring, providing CPU, memory, disk, network, battery, and internet speed metrics via systeminformation and multi-source speed tests.
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.
Once connected, the assistant can call these 9 tools directly:
get_cpu_usage — Retrieves the current CPU load as a percentage, including overall and per-core usageInputs — NoneOutput — Text (e.g., CPU Load: 12.34% (Cores: 10.50, 15.20, 8.90, 14.60%))get_memory_usage — Reports total, used, and free memory in GB, plus percentage usedget_disk_space — Shows disk usage for the largest drive in GB and percentageget_network_usage — Returns real-time network RX/TX rates (KB/s) and total data since boot (MB)get_battery_status — Provides battery charge percentage, charging status, and time remaining (if applicable)get_internet_speed — Measures internet speed using multiple download sources (including a user-uploaded file) and upload tests, returning median speeds in MbpsTroubleshooting — The Troubleshooting tool exposed by this serverSetup follows the standard MCP pattern: clone or install the server, then register it in your client's configuration file and restart the client. The configuration snippets on this page cover Claude Desktop, Claude Code and Cursor.
Knowledge and memory servers address the most frustrating trait of language models — walking into every conversation with no recollection of the last one. System MCP sits in that group, and the shape of its toolset — get_cpu_usage, Inputs, Output among others — tells you what it is really for. Worth comparing against the other knowledge memory servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
| Tool | What it does |
|---|---|
| get_cpu_usage | Retrieves the current CPU load as a percentage, including overall and per-core usage. |
| Inputs | None |
| Output | Text (e.g., CPU Load: 12.34% (Cores: 10.50, 15.20, 8.90, 14.60%)) |
| get_memory_usage | Reports total, used, and free memory in GB, plus percentage used. |
| get_disk_space | Shows disk usage for the largest drive in GB and percentage. |
| get_network_usage | Returns real-time network RX/TX rates (KB/s) and total data since boot (MB). |
| get_battery_status | Provides battery charge percentage, charging status, and time remaining (if applicable). |
| get_internet_speed | Measures internet speed using multiple download sources (including a user-uploaded file) and upload tests, returning median speeds in Mbps. |
| Troubleshooting | The Troubleshooting tool exposed by this server. |
Give your coding agent the full DevTools toolbox: traces, network, console, heap snapshots and Lighthouse.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.
Errors with full context — stack traces, issue triage and AI-powered root-cause analysis from Sentry's server.
Enables enhanced web research capabilities for large language models through intelligent search queuing and advanced content extraction.
Automates browser interactions and enables Large Language Models (LLMs) to interact with web pages through Playwright and Chrome DevTools Protocol
Guides tool usage by providing recommendations for MCP tools at each problem-solving stage.