PySide6 MCP for Gemini CLI
io.github.com55/pyside6-mcp
Playwright-style MCP to inspect, control, and debug PySide6 desktop GUIs.
client:Gemini CLI
transport:stdio
runtime:pypi
Install PySide6 MCP in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"pyside6-mcp": {
"command": "uvx",
"args": [
"pyside6-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs