Skip to content
LangChain

hypruse for LangChain

io.github.ilyaskhallouki/hypruse

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

client:LangChain transport:stdio runtime:pypi

Install hypruse in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "hypruse": {
            "transport": "stdio",
            "command": "uvx",
            "args": ["hypruse"],
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

hypruse in other clients