Skip to content
LangChain

Munim Computer Use for LangChain

io.github.munimtechnologies/munim-computer-use

Accessibility-first desktop control for any agent: background input, agent pointer, zoom, Chrome.

client:LangChain transport:stdio runtime:npm

Install Munim Computer Use in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "munim-computer-use": {
            "transport": "stdio",
            "command": "npx",
            "args": ["-y", "munim-computer-use"],
        }
})

tools = await client.get_tools()

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

Munim Computer Use in other clients