mcpbeat Sign in

Windows Management MCP Server

by ahmedlaminou Your server? Claim it
local only

Windows Management runs on your own machine — the client starts it, so there is no endpoint to ping. 94 installs a week from pypi. Last commit 25 Jun 2026.

Local Windows management, diagnostics, security, cleanup, and optimization MCP server.

Installs per day peak 32 · avg 15 · +0% w/w
a month agotoday
94
Installs / week
pypi · windows-management-mcp-server
4
Stars
0 open issues
25 Jun 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 22 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 windows-mcp-server -- uvx windows-management-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "windows-mcp-server": {
      "args": [
        "windows-management-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.windows-mcp-server]
command = "uvx"
args = ["windows-management-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "windows-mcp-server": {
      "args": [
        "windows-management-mcp-server"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "windows-mcp-server": {
      "args": [
        "windows-management-mcp-server"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Windows Management

same job, measured the same way
Krita Codex MCP
by cyyprezz

Control Krita through a secure local MCP server and authenticated Windows bridge.

144 installs/wk local only
npm MCP
by alisaitteke

MCP server for npm package management, security analysis, and compatibility checking

32 installs/wk local only
ArcGIS MCP Bridge
by muend

Secure local-first MCP server for licensed ArcGIS Pro and ArcPy on Windows.

242 installs/wk local only
Janus
by tonylchang

Secure Kubernetes MCP server: scoped, redacted diagnostics and human-approved writes

198 installs/wk local only
I
Runsec Io
by runsec-io

RunSec MCP server for workspace security scanning and remediation workflows.

44 installs/wk local only
MCP SSH Manager
by bvisible

SSH server management for agents, with per-server read-only and allowlist security modes

685 installs/wk local only
MCP Wordpress
by crunchtools

Secure MCP server for WordPress content management

83 installs/wk local only
Operant MCP
by operantlabs

Security testing MCP server for penetration testing, forensics, and vulnerability assessment

49 installs/wk local only

Windows Management — questions

Answers built from our own checks of this server.

Why is there no uptime for Windows Management?
Windows Management 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 windows-management-mcp-server was installed 94 times last week.
How do I connect Windows Management?
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 windows-management-mcp-server straight from pypi; nothing to host, nothing to sign up for.
How many people use Windows Management?
The pypi package windows-management-mcp-server was installed 94 times in the last week. Week over week that is +0%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Windows Management open source?
Yes — it is published under the MIT licence, written in Python and 4 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.