mcpbeat Sign in

GPU Server MCP Server

by mesutoezdil Your server? Claim it
local only

GPU Server runs on your own machine — the client starts it, so there is no endpoint to ping. 79 installs a week from pypi. Last commit 3 May 2026.

MCP server for GPU monitoring: nvidia-smi, VRAM, utilization, temperature

Installs per day peak 25 · avg 11 · -9% w/w
a month agotoday
79
Installs / week
pypi · mcp-gpu-server
0
Stars
0 open issues
3 May 2026
Last commit
0 releases in 90 days
License
Python

What the code does

We read the source, 18 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-gpu-server -- uvx mcp-gpu-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-gpu-server": {
      "args": [
        "mcp-gpu-server"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-gpu-server]
command = "uvx"
args = ["mcp-gpu-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-gpu-server": {
      "args": [
        "mcp-gpu-server"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-gpu-server": {
      "args": [
        "mcp-gpu-server"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to GPU Server

same job, measured the same way
GPU MCP Server
by pmady

NVIDIA GPU metrics as MCP tools — utilization, memory, temperature, power. Supports MIG.

local only
Zabbix MCP
by mhajder

MCP server for Zabbix monitoring and automation

695 installs/wk local only
Scout MCP Local
by scoutapm

An MCP server for Scout Monitoring data interactions.

81 installs/wk local only
MCP Console Automation
by ooples

MCP server for AI-driven console application automation and monitoring

34 installs/wk local only
MCP Server Health Monitor
by dbsectrainer

Health monitoring for all your MCP servers

26 installs/wk local only
ChangeDetection.io MCP Server
by rusty4444

MCP server for ChangeDetection.io website monitoring and change history.

74 installs/wk local only
I
Ninjaone
by lungshot

MCP server for NinjaONE RMM with device management, monitoring, and automation

local only
PRTG
by wyre-ai

MCP server for Paessler PRTG's REST API v2 - network/infrastructure monitoring for MSPs.

local only

GPU Server — questions

Answers built from our own checks of this server.

Why is there no uptime for GPU Server?
GPU Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package mcp-gpu-server was installed 79 times last week.
How do I connect GPU Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-gpu-server straight from pypi; nothing to host, nothing to sign up for.
How many people use GPU Server?
The pypi package mcp-gpu-server was installed 79 times in the last week. Week over week that is -9%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is GPU Server open source?
We cannot say either way: written in Python and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.