Skip to content
Zed

Quickshell MCP for Zed

io.github.franklinnolasco7/quickshell-mcp

Source-grounded Quickshell, QML, and Qt documentation, examples, and real-world implementations.

client:Zed transport:stdio runtime:pypi

Install Quickshell MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "quickshell-mcp": {
      "command": "uvx",
      "args": [
        "quickshell-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Quickshell MCP in other clients