Hypr Computer Use MCP Server
Rank #63,924com.smirnovlabs/hypr-cua-mcp
Hyprland/Wayland computer-use MCP: grim screenshots + uinput click/type + hyprctl targeting
Hypr Computer Use MCP Server is a Model Context Protocol (MCP) server published by Smirnov-Labs. It ranks #63,924 of 115,591 servers tracked on MCP Toplist. Hypr Computer Use MCP Server is listed on Official MCP, with 1 tracked version. It was first listed on Aug 7, 2026 and most recently updated on Aug 7, 2026.
Ranks ahead of 51,667 of 115,591 servers on MCP Toplist.
Use Hypr Computer Use MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add hypr-cua-mcp -- uvx hypr-cua-mcp[mcp_servers.hypr-cua-mcp]
command = "uvx"
args = ["hypr-cua-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"hypr-cua-mcp": {
"command": "uvx",
"args": [
"hypr-cua-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"hypr-cua-mcp": {
"command": "uvx",
"args": [
"hypr-cua-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"hypr-cua-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"hypr-cua-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"hypr-cua-mcp": {
"command": "uvx",
"args": [
"hypr-cua-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"hypr-cua-mcp": {
"command": "uvx",
"args": [
"hypr-cua-mcp"
]
}
}
}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/com.smirnovlabs%2Fhypr-cua-mcp)<a href="https://mcptoplist.com/server/com.smirnovlabs%2Fhypr-cua-mcp"><img src="https://mcptoplist.com/badge/com.smirnovlabs%2Fhypr-cua-mcp.svg" alt="MCP Toplist: #63,924 of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
Smirnov-Labs
Other servers by Smirnov-Labs
View all Smirnov-Labs servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.1 | Aug 7, 2026 |
Frequently asked questions
- Who maintains Hypr Computer Use MCP Server?
- Hypr Computer Use MCP Server is maintained by Smirnov-Labs, which publishes 3 MCP servers (3 total versions) tracked on MCP Toplist.
- Is Hypr Computer Use MCP Server listed on the Official MCP Registry?
- Yes — Hypr Computer Use MCP Server is listed on the Official MCP Registry.
- How many versions does Hypr Computer Use MCP Server have?
- MCP Toplist tracks 1 version of Hypr Computer Use MCP Server, most recently published on Aug 7, 2026.
- Where can I find the source code for Hypr Computer Use MCP Server?
- The source code for Hypr Computer Use MCP Server is hosted at github.com/Smirnov-Labs/hypr-computer-use-mcp.