Skip to content
LangChain

Hyperiux Vault for LangChain

io.github.hyperiux-immersion-labs/hyperiux-mcp-server

Browse, inspect, and retrieve installable React and Next.js interaction effects from Hyperiux Vault.

client:LangChain transport:stdio runtime:npm

Install Hyperiux Vault in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "hyperiux-mcp-server": {
            "transport": "stdio",
            "command": "npx",
            "args": ["-y", "hyperiux-mcp-server"],
        }
})

tools = await client.get_tools()

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

Hyperiux Vault in other clients