PySide6 MCP

Playwright-style MCP server for PySide6 apps - lets AI assistants see, control, and debug your Python desktop GUI without modifying your app's source code. It runs locally over stdio via the published package.

People who work with desktop app, gui and pyside6 and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-09-05 · ★ 5 · #132 OF 227 MAINTAINED AUTOMATION · VERIFIED 2026-09-18

MIT · Python servers · how we verify → /methodology

01 · Install PySide6 MCP

Claude Code

claude mcp add com55-pyside6-mcp -- uvx pyside6-mcp

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package pyside6-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.com55 is GitHub-verified and matches the repo owner

03 · Who maintains PySide6 MCP

PySide6 MCP is maintained by com55. It's the only MCP server we track from this author; the repo dates to May 2026.

04 · Facts

category
automation - ranked #132 of 227 actively-maintained automation servers as of 2026-09-18.
registry
io.github.com55/pyside6-mcp (active, first published 2026-09-05)
packages
pypi:pyside6-mcp

05 · PySide6 MCP FAQ

What is PySide6 MCP?

Playwright-style MCP server for PySide6 apps - lets AI assistants see, control, and debug your Python desktop GUI without modifying your app's source code. It runs locally over stdio via the published package.

Is PySide6 MCP still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-05. We re-verify nightly.

How do I install PySide6 MCP?

Run `uvx pyside6-mcp`. You can also paste the ready-made client config above.

Does PySide6 MCP run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

06 · Alternatives to PySide6 MCP