Skip to content
LangChain

Animam Agent Platform for LangChain

io.github.wellknownmcp/animam-platform

Configure & analyze AI chatbots: personas, corpus, tools, digests, multi-bot. OAuth 2.1.

client:LangChain transport:streamable-http

Install Animam Agent Platform in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "animam-platform": {
            "transport": "streamable_http",
            "url": "https://mcp.animam.ai/mcp",
        }
})

tools = await client.get_tools()

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

Animam Agent Platform in other clients