Deskwright
Rank #5,843io.github.tristanmuzzu/deskwright
Agents use real GNOME/Wayland apps: on your screen, or an invisible second desktop you never see
Deskwright is a Model Context Protocol (MCP) server published by tristanmuzzu. It ranks #5,843 of 132,046 servers tracked on MCP Toplist, and its repository has 8 GitHub stars. Deskwright is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Sep 1, 2026 and most recently updated on Sep 1, 2026.
Ranks ahead of 126,203 of 132,046 servers on MCP Toplist.
Use Deskwright
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add deskwright -e "DESKWRIGHT_SESSION=<your DESKWRIGHT_SESSION>" -e "DESKWRIGHT_INPUT_BACKEND=<your DESKWRIGHT_INPUT_BACKEND>" -- uvx --system-site-packages deskwrightReplace each placeholder with your own value before saving.
[mcp_servers.deskwright]
command = "uvx"
args = ["--system-site-packages", "deskwright"]
[mcp_servers.deskwright.env]
DESKWRIGHT_SESSION = "<your DESKWRIGHT_SESSION>"
DESKWRIGHT_INPUT_BACKEND = "<your DESKWRIGHT_INPUT_BACKEND>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"deskwright": {
"command": "uvx",
"args": [
"--system-site-packages",
"deskwright"
],
"env": {
"DESKWRIGHT_SESSION": "<your DESKWRIGHT_SESSION>",
"DESKWRIGHT_INPUT_BACKEND": "<your DESKWRIGHT_INPUT_BACKEND>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"deskwright": {
"command": "uvx",
"args": [
"--system-site-packages",
"deskwright"
],
"env": {
"DESKWRIGHT_SESSION": "<your DESKWRIGHT_SESSION>",
"DESKWRIGHT_INPUT_BACKEND": "<your DESKWRIGHT_INPUT_BACKEND>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"deskwright": {
"type": "stdio",
"command": "uvx",
"args": [
"--system-site-packages",
"deskwright"
],
"env": {
"DESKWRIGHT_SESSION": "<your DESKWRIGHT_SESSION>",
"DESKWRIGHT_INPUT_BACKEND": "<your DESKWRIGHT_INPUT_BACKEND>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"deskwright": {
"command": "uvx",
"args": [
"--system-site-packages",
"deskwright"
],
"env": {
"DESKWRIGHT_SESSION": "<your DESKWRIGHT_SESSION>",
"DESKWRIGHT_INPUT_BACKEND": "<your DESKWRIGHT_INPUT_BACKEND>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"deskwright": {
"command": "uvx",
"args": [
"--system-site-packages",
"deskwright"
],
"env": {
"DESKWRIGHT_SESSION": "<your DESKWRIGHT_SESSION>",
"DESKWRIGHT_INPUT_BACKEND": "<your DESKWRIGHT_INPUT_BACKEND>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.tristanmuzzu%2Fdeskwright)<a href="https://mcptoplist.com/server/io.github.tristanmuzzu%2Fdeskwright"><img src="https://mcptoplist.com/badge/io.github.tristanmuzzu%2Fdeskwright.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
tristanmuzzu
Available versions (1)
| Version | Published |
|---|---|
| 0.1.1 | Sep 1, 2026 |
Frequently asked questions
- Who maintains Deskwright?
- Deskwright is maintained by tristanmuzzu, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is Deskwright listed on the Official MCP Registry?
- Yes — Deskwright is listed on the Official MCP Registry, alongside Glama.
- How many versions does Deskwright have?
- MCP Toplist tracks 1 version of Deskwright, most recently published on Sep 1, 2026.
- Where can I find the source code for Deskwright?
- The source code for Deskwright is hosted at github.com/tristanmuzzu/deskwright.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.