Skip to content

com55/pyside6-mcp

v0.1.0MIT

Playwright-style MCP server for PySide6 apps — see, control, and debug a Python desktop GUI without modifying the app.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

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

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "pyside6-mcp",
  "version": "0.1.0",
  "description": "Playwright-style MCP server for PySide6 apps — see, control, and debug a Python desktop GUI without modifying the app.",
  "author": {
    "name": "com55"
  },
  "homepage": "https://github.com/com55/pyside6-mcp",
  "repository": "https://github.com/com55/pyside6-mcp",
  "license": "MIT",
  "keywords": ["mcp", "pyside6", "qt", "gui", "debug", "playwright"]
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • LICENSE
View on GitHub