quickshell-mcp
Enables driving a Quickshell QML app inside a headless compositor, with tools to screenshot windows, inspect their object trees, and read or write QML state.
README
quickshell-mcp
An MCP server that runs a quickshell (QML) app and drives it.
The server starts the app inside a headless sway. It takes screenshots of
windows, dumps the object tree of a window, and reads or writes QML state. The
compositor supplies the display; a profile supplies the backends.
The server is app-agnostic. The profile tells it which config directory to run, which entry file to load, which backend processes to start, and which macros to offer. You give the server one profile, and the server drives that app.
Run it
nix run starts the server. It speaks MCP over stdio.
Run the counter example:
nix run ~/git/quickshell-mcp -- --profile ~/git/quickshell-mcp/examples/counter/profile.json
Point --profile at any app's profile JSON.
Drive the app
You operate the app through tools. Each tool call returns a result. A refused
call returns an MCP error with the message <code>: <detail>.
The loop:
screenshot(window_index): see the app as a PNG.windows(): list the windows.tree(window_index, root_path, max_depth): map a window's visual tree. Each node reports apath(a child-index chain like0/2/1) and itsobjectName.find(name): get the child-index paths of nodes whoseobjectNameisname.- Build a selector that names one node and one member.
get_property/set_property/invoke/qml_eval/macro: read or change state.screenshot(window_index)again: see the result.
Selectors
A selector names one node and one member. It takes one of three forms:
wN.prop: windowNitself, then memberprop. Example:w0.count. A window's own properties live here.wN/childpath.prop: windowN, then a child-index path under its content item, then memberprop. Example:w0/0/2.text.@objectName.prop: the first node with thatobjectName, then memberprop. Example:@saveBtn.enabled.
find returns bare paths like 0/2/1. Turn one into a selector as
wN/<path>.<prop>, or pass it to tree(root_path=...).
An @objectName selector resolves to the first match. An app that repeats a
control per item suffixes the item name into the objectName
(activateToggle-alpha), so each control has a unique name.
screenshot needs the window's content item to hold exactly one visual child
that covers the window.
Tools
| Tool | Arguments | Effect |
|---|---|---|
ping |
none | Returns ready once the app loaded, loading before. |
windows |
none | Lists the windows: index, type, title, visible, size. |
screenshot |
window_index=0, full_page=false |
Grabs a window as a PNG, compositing the content over the window's (opaque) background colour so it is never transparent. full_page captures a scroll view's whole content. |
tree |
window_index=0, root_path="", max_depth=0 |
Dumps a window's visual tree as JSON. Password fields stay hidden. |
get_property |
selector |
Reads a QML property as JSON. |
set_property |
selector, json_value |
Writes a QML property from a JSON value. |
invoke |
selector, args_json="[]" |
Calls a QML method with a JSON array of arguments. |
qml_eval |
expr |
Runs a JavaScript expression in the app scope. win(i) and app are in scope. |
find |
name, window_index=0 |
Lists the child-index paths of nodes whose objectName is name. |
macro |
name, params_json="{}" |
Runs a profile macro, with ${param} values filled in. |
up |
none | Boots the app. Idempotent while the app is alive. |
reset |
none | Tears the app down, then boots a fresh one with re-seeded fixtures. |
down |
none | Tears the app, the backends, and the compositor down. A tool call while down returns an error. |
qml_eval reaches any state in the app. win(i) gives window i;
app gives the app root.
Error codes
A refused call returns an MCP error. The code is one of: unresolved,
no-member, not-callable, too-many-args, no-window, no-node,
not-visible, zero-size, grab-refused, multi-root, partial-window,
bad-payload, threw.
Profiles
A profile is a small JSON file you write for each app. --profile is
required.
Every field lives in
quickshell_mcp/profile.cue, with a doc-comment
on each. The loader checks your profile against that schema with cue vet
before boot, so a broken profile fails at start with the schema error.
The smallest profile runs a self-contained app:
{ "config_dir": "." }
config_dir is the only required field. It is absolute, or relative to the
profile file. entry defaults to shell.qml.
Inside any string value, ${PROFILE_DIR}, ${CONFIG_DIR}, ${WORK}, and
${XDG_RUNTIME_DIR} expand at boot.
See examples/counter/profile.json for a macro, and
examples/async-form/profile.json for a backend with a readiness gate, a seeded
fixture, and env_out.
Generate a JSON Schema for your editor from the same source:
cue def --out jsonschema -e '#Profile' quickshell_mcp/profile.cue
Examples
Each example is self-contained and doubles as a test. Each ships a check.py
that boots it for real and asserts the states its README documents.
python examples/check.py # every example
python examples/check.py counter # one of them
counter: a tiny, self-contained QML app.async-form: a frontend/backend form flow with a fake backend over a unix socket, a service list, per-profile forms with validation, keyed in-flight state, and a streaming setup flow with prompts. Seeexamples/async-form/README.mdfor the state tables and the selectors.
Contributing
Launch the dev-shell:
nix develop ~/git/quickshell-mcp
MCP_BACKEND_DELAY_MS passes to every backend a profile spawns. A backend that
honours it slows async transitions enough to observe them between screenshots.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。