Skip to content
Cursor

Windows Management for Cursor

io.github.ahmedlaminou/windows-mcp-server

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

client:Cursor transport:stdio runtime:pypi

Install Windows Management in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "windows-mcp-server": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "windows-management-mcp-server"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Windows Management in other clients