Server data from the Official MCP Registry
Computer use for Hyprland: semantic desktop state over IPC, plus vision and native input
Computer use for Hyprland: semantic desktop state over IPC, plus vision and native input
hypruse is a well-designed MCP server for Hyprland desktop automation with thoughtful security layering (approval prompts, confinement, read-only mode, activity beacons). The codebase is clean and purpose-aligned. However, there are moderate security concerns: the server executes multiple external binaries (hyprctl, grim, wtype, busctl, wl-clipboard) without strict validation of their paths, environment variable handling could be more explicit, and some subprocess calls lack comprehensive error handling. The broad permissions (input injection, screenshot capture, file I/O) are justified by the server's stated purpose but require user awareness and proper sandboxing at the MCP client level. Supply chain analysis found 5 known vulnerabilities in dependencies (0 critical, 5 high severity). Package verification found 1 issue.
3 files analyzed · 13 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: HYPRUSE_SCREENSHOT_MODE
Environment variable: HYPRUSE_READONLY
Environment variable: HYPRUSE_CONFINE
Environment variable: HYPRUSE_AUTH_GUARD
Environment variable: HYPRUSE_STRICT
Environment variable: HYPRUSE_MARK
Environment variable: HYPRUSE_CLIPBOARD
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-ilyaskhallouki-hypruse": {
"env": {
"HYPRUSE_MARK": "your-hypruse-mark-here",
"HYPRUSE_STRICT": "your-hypruse-strict-here",
"HYPRUSE_CONFINE": "your-hypruse-confine-here",
"HYPRUSE_READONLY": "your-hypruse-readonly-here",
"HYPRUSE_CLIPBOARD": "your-hypruse-clipboard-here",
"HYPRUSE_AUTH_GUARD": "your-hypruse-auth-guard-here",
"HYPRUSE_SCREENSHOT_MODE": "your-hypruse-screenshot-mode-here"
},
"args": [
"hypruse"
],
"command": "uvx"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.