Back to Browse

Pyside6 MCP Server

by Com55
Developer ToolsUse Caution4.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

4.2
Use Caution4.2High Risk

pyside6-mcp is a well-architected MCP server for inspecting and controlling PySide6 applications. Authentication is not applicable (stdio MCP server); however, the server enables arbitrary Python code execution in the target app process via eval_python(), which is intentional but requires user awareness. Thread-safety and input validation are generally sound. Some minor code quality issues exist (broad exception handling, eval() usage), but these are characteristic of debugging tools and do not constitute critical vulnerabilities. Permissions (network_http, env_vars, file_read/write, process control) are appropriate for the server's purpose. Supply chain analysis found 5 known vulnerabilities in dependencies (1 critical, 3 high severity). Package verification found 1 issue.

4 files analyzed · 13 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

process_spawn

Check that this permission is expected for this type of plugin.

process_control

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

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

Reviews

No reviews yet

Be the first to review this server!