Quickshell MCP for Cursor
io.github.franklinnolasco7/quickshell-mcp
Source-grounded Quickshell, QML, and Qt documentation, examples, and real-world implementations.
client:Cursor
transport:stdio
runtime:pypi
Install Quickshell MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"quickshell-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"quickshell-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs