Skip to content
Cursor

Windows MCP for Cursor

io.github.cursortouch/windows-mcp

An MCP Server for computer-use in Windows OS

client:Cursor transport:stdio runtime:pypi

Install Windows MCP in Cursor

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

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

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

Windows MCP in other clients