Skip to content
LangChain

aetumi for LangChain

io.github.aetumiapp/aetumi

AETumi MCP - Three.js/WebGL 3D web scenes, components & templates you own the source of.

client:LangChain transport:streamable-http tools:10

Install aetumi in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "aetumi": {
            "transport": "streamable_http",
            "url": "https://mcp.aetumi.app",
        }
})

tools = await client.get_tools()

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

What LangChain can do once it is connected

aetumi in other clients