Odel
hypruse

hypruse

Local
@ilyaskhallouki11PythonMITUpdated 6 days ago

Computer use for Hyprland: semantic desktop state over IPC, plus vision and native input

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIhyprusev0.10.0

Run

uvx hypruse

MCP client config

{
  "mcpServers": {
    "hypruse": {
      "command": "uvx",
      "args": [
        "hypruse"
      ]
    }
  }
}