Skip to content
Grok

PySide6 MCP for Grok

io.github.com55/pyside6-mcp

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

client:Grok transport:stdio runtime:pypi

Install PySide6 MCP in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

PySide6 MCP in other clients