Skip to content
LangChain

teamo for LangChain

com.teamo360/teamo

Search, edit, design, and undo: everything you can do in Teamo, now from your AI assistant

client:LangChain transport:streamable-http runtime:npm

Install teamo in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "teamo": {
            "transport": "streamable_http",
            "url": "https://api.teamo360.com/api/mcp",
        }
})

tools = await client.get_tools()

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

teamo in other clients