Skip to content
Grok

Quickshell MCP for Grok

io.github.franklinnolasco7/quickshell-mcp

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

client:Grok transport:stdio runtime:pypi

Install Quickshell MCP in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "quickshell-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "quickshell-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

Quickshell MCP in other clients