
Hyperbrowser MCP Server
The Hyperbrowser MCP (Model Context Protocol) Server bridges AI assistants with external data sources, APIs, and services. It streamlines development workflows ...
Integrate Hyprmcp with FlowHunt to control Hyprland desktops, automate window management, and access system state from your AI workflows.
Hyprmcp is a lightweight, unofficial Model Context Protocol (MCP) server that exposes the full functionality of hyprctl
, the command-line interface for the Hyprland Wayland compositor, to language models. By integrating with Hyprmcp, AI assistants can query and control Hyprland’s window management, layouts, inputs, and more, using natural language. This enhances developer and user workflows by allowing tasks such as retrieving workspace information, managing monitors, running arbitrary Hyprland commands, and obtaining system state—all through a conversational AI interface. The server is designed to be experimental and in beta, providing a bridge between Hyprland’s rich command set and modern language model-driven interfaces.
No prompt templates are mentioned in the available documentation or repository files.
No explicit MCP resources are documented in the repository or README.
hyprctl
commands.hyprctl
commands through conversational interfaces for advanced, repeatable setups and workflows.No setup instructions or configuration examples are provided for Windsurf.
git clone https://github.com/stefanoamorelli/hyprmcp.git
cd hyprmcp
echo $HYPRLAND_INSTANCE_SIGNATURE
~/.config/Claude/claude_desktop_config.json
"Hyperland MCP Server": {
"command": "uv",
"args": [
"run",
"--with",
"mcp[cli]",
"--with",
"subprocess",
"mcp",
"run",
"<global path of the repo>/hyprmcp/hyprmcp/server.py"
],
"env": {
"PYTHONPATH": "<global path of the repo>/hyprmcp",
"HYPRLAND_INSTANCE_SIGNATURE": "<your-hyprland-instance-signature>"
}
}
Use environment variables in the env
section:
"env": {
"HYPRLAND_INSTANCE_SIGNATURE": "<your-hyprland-instance-signature>"
}
No setup instructions or configuration examples are provided for Cursor.
No setup instructions or configuration examples are provided for Cline.
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:
Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"hyprmcp": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “hyprmcp” to the actual name of your MCP server and replace the URL with your own server URL.
Section | Availability | Details/Notes |
---|---|---|
Overview | ✅ | |
List of Prompts | ⛔ | No prompt templates documented |
List of Resources | ⛔ | No explicit MCP resources documented |
List of Tools | ✅ | 5 tools listed in README |
Securing API Keys | ✅ | Via env in config example |
Sampling Support (less important in evaluation) | ⛔ | Not mentioned |
Hyprmcp provides a focused, useful bridge between Hyprland and MCP clients, with clear tooling and setup for at least one major platform. However, it lacks prompt templates, explicit resource definitions, and broader setup/platform support. As an experimental project, it’s a solid starting point for power users and developers, but would benefit from expanded documentation and resource support.
Has a LICENSE | ✅ (MIT) |
---|---|
Has at least one tool | ✅ |
Number of Forks | 2 |
Number of Stars | 7 |
RATING: 5/10
Solid on basics (tools, license, core function), but lacks in prompt/resource documentation and multi-platform setup details.
Hyprmcp is an unofficial MCP server that exposes the Hyprland compositor’s full command-line API (hyprctl) to AI assistants and language models, enabling natural language control and automation of your Linux desktop.
You can use AI to manage windows, workspaces, monitor setups, and run arbitrary Hyprland commands, all via conversational interfaces in FlowHunt.
No, Hyprmcp is experimental and in beta. It’s intended for developers and power users looking to automate and prototype with Hyprland and AI.
Official setup instructions are provided for Claude Desktop. Other platforms like Windsurf, Cursor, and Cline are not yet documented.
Pass your HYPRLAND_INSTANCE_SIGNATURE as an environment variable in your server configuration to keep it secure.
It exposes tools for running arbitrary hyprctl commands, retrieving version info, listing monitors, workspaces, and client windows.
No, Hyprmcp currently does not provide prompt templates or explicit MCP resource definitions.
MIT License.
Connect your Hyprland setup to FlowHunt using Hyprmcp and automate desktop tasks, diagnostics, and workflows with language models.
The Hyperbrowser MCP (Model Context Protocol) Server bridges AI assistants with external data sources, APIs, and services. It streamlines development workflows ...
The Model Context Protocol (MCP) Server bridges AI assistants with external data sources, APIs, and services, enabling streamlined integration of complex workfl...
The ModelContextProtocol (MCP) Server acts as a bridge between AI agents and external data sources, APIs, and services, enabling FlowHunt users to build context...