Quickshell MCP for VS Code
io.github.franklinnolasco7/quickshell-mcp
Source-grounded Quickshell, QML, and Qt documentation, examples, and real-world implementations.
client:VS Code
transport:stdio
runtime:pypi
Install Quickshell MCP in VS Code
.vscode/mcp.json
{
"servers": {
"quickshell-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"quickshell-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs