cpu-z
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@cpu-zCheck my CPU, memory, and disk usage, then tell me if this PC is ready for home office work."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
CPU-Z MCP POC
A small Model Context Protocol server that reads the current machine's CPU, memory, and disk information. It runs over stdio, so it can be used from the MCP Inspector or any MCP-compatible client.
Requirements
Node.js
24.20.0or newerpnpm
10.17.1or newer
Related MCP server: WEATHGARDS
Install
pnpm installRun it
Start the MCP server directly:
pnpm mcp:serveThe server waits for an MCP client over stdin/stdout. To explore it through a visual interface, use the MCP Inspector:
pnpm mcp:inspectmcp:inspect starts the server and opens the MCP Inspector, a small web UI for connecting to the server and trying its MCP capabilities without configuring another client. In the Inspector:
Connect to the server started by the command.
Open Tools and run
cpu-info_finder,memory-info_finder, ordisk-info_finder.Open Resources and read
cpu://infofor structured CPU data.Open Prompts, choose
computer-purpose-upgrade, and setpurposetogaming,home_office, orvideo_editor.
Use from an MCP client
Add the server to an MCP client's configuration. Use an absolute path to this repository:
{
"mcpServers": {
"cpu-z": {
"command": "node",
"args": ["/absolute/path/to/my-cpu-z-mcp-poc/src/app/mcp/server.ts"]
}
}
}Restart the client, then ask it to inspect the computer. For example:
Check my CPU, memory, and disk usage, then tell me whether this computer is ready for home office work.
Available capabilities
Type | Name | What it does |
Tool |
| Reads CPU model, architecture, cores, speed, and usage. |
Tool |
| Reads total, free, and used system memory. |
Tool |
| Reads disk totals and usage for the current working directory. |
Resource |
| Returns structured CPU information as JSON. |
Prompt |
| Creates an upgrade assessment for gaming, home office, or video editing. |
Development checks
pnpm typecheck
pnpm lint
pnpm fmt:checkThis server cannot be deployed
Maintenance
Related MCP Connectors
Scans remote MCP servers for protocol, security, and TLS issues; exposes scan tools via MCP.
Agent-native catalogue of Baseframe Labs dev tools and MCP servers.
Remote MCP server exposing SMI Aware tools, resources, and skills over Streamable HTTP.
Your org's AI agents, tasks, runs, search, and brain files as MCP tools and resources.
Related MCP Servers
- FlicenseNot gradedqualityCmaintenanceA real-time system diagnostics MCP server that gives AI agents live access to CPU, RAM, disk, network, processes, and hardware health metrics, with zero cloud dependency.7-
- FlicenseNot gradedqualityDmaintenanceExposes MCP tools that enable remote LLMs to query local Docker containers, OS processes, and system services in real time.-
- AlicenseAqualityFmaintenanceProvides system hardware information (CPU, memory, storage, etc.) and system status (OS, network, resource usage) via MCP tools.27 npmISC
- FlicenseAqualityCmaintenanceA minimal MCP server that exposes a single tool to query local hardware information (OS, CPU, memory, architecture).1-