Skip to content
Zed

PySide6 MCP for Zed

io.github.com55/pyside6-mcp

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

client:Zed transport:stdio runtime:pypi

Install PySide6 MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "pyside6-mcp": {
      "command": "uvx",
      "args": [
        "pyside6-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

PySide6 MCP in other clients