mcpbeat Sign in

Windows MCP Server

by cursortouch Your server? Claim it
local only

Windows MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 4 868 installs a week from pypi. Last commit 12 Sep 2026.

An MCP Server for computer-use in Windows OS

Installs per day peak 1 649 · avg 801 · +44% w/w
a month agotoday
4 868
Installs / week
pypi · windows-mcp
7031
Stars
20 open issues
12 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 1 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.

Known vulnerability in the package windows-mcp · GHSA-vrxg-gm77-7q5g
Known vulnerability in the package windows-mcp · PYSEC-2026-3425

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

Alternatives to Windows MCP

same job, measured the same way
Omni Computer Use
by jason26214

Windows MCP server replicating Anthropic's computer-use tool surface, for any MCP client.

121 installs/wk local only
MCP Memos
by jkawamoto

An MCP server for interacting with Memos.

local only
OKX MCP Server
by aahl

MCP Server for okx.com

122 installs/wk local only
Weather
by starhawkmk1

MCP weather server for Windows tutorial

26 installs/wk local only
MCP Server Browser
by bytedance

MCP server for browser use access

1 973 installs/wk local only
Computer Use
by hightemp

Local MCP server for desktop automation: mouse, keyboard, screen, windows, and processes.

34 installs/wk local only
Vercel MCP
by vercel

An MCP server for Vercel

answering
Bazos MCP
by andrijdavid

MCP server for interacting with Bazos.cz and Bazos.sk

33 installs/wk local only

Windows MCP — questions

Answers built from our own checks of this server.

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