Skip to content
Cursor

PySide6 MCP for Cursor

io.github.com55/pyside6-mcp

Playwright-style MCP to inspect, control, and debug PySide6 desktop GUIs.

client:Cursor transport:stdio runtime:pypi

Install PySide6 MCP in Cursor

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

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

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

PySide6 MCP in other clients