Windows MCP
Rank #631io.github.CursorTouch/Windows-MCP
MCP server providing Windows-MCP capabilities
Windows MCP is a Model Context Protocol (MCP) server published by CursorTouch. It ranks #631 of 115,460 servers tracked on MCP Toplist, and its repository has 6,853 GitHub stars. Windows MCP is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Jun 14, 2025 and most recently updated on Sep 17, 2025.
Ranks ahead of 114,829 of 115,460 servers on MCP Toplist.
Use Windows MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add windows-mcp -- uvx windows_mcp[mcp_servers.windows-mcp]
command = "uvx"
args = ["windows_mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"windows-mcp": {
"command": "uvx",
"args": [
"windows_mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"windows-mcp": {
"command": "uvx",
"args": [
"windows_mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"windows-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"windows_mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"windows-mcp": {
"command": "uvx",
"args": [
"windows_mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"windows-mcp": {
"command": "uvx",
"args": [
"windows_mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.CursorTouch%2FWindows-MCP)<a href="https://mcptoplist.com/server/io.github.CursorTouch%2FWindows-MCP"><img src="https://mcptoplist.com/badge/io.github.CursorTouch%2FWindows-MCP.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
CursorTouch
Other servers by CursorTouch
View all CursorTouch servers →Available versions (2)
| Version | Published |
|---|---|
| 1.0.0 | Sep 17, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Windows MCP?
- Windows MCP is maintained by CursorTouch, which publishes 9 MCP servers (4 total versions) tracked on MCP Toplist.
- Is Windows MCP listed on the Official MCP Registry?
- Yes — Windows MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does Windows MCP have?
- MCP Toplist tracks 2 versions of Windows MCP, most recently published on Sep 17, 2025.
- Where can I find the source code for Windows MCP?
- The source code for Windows MCP is hosted at github.com/CursorTouch/Windows-MCP.