Skip to content
LangChain

twenty for LangChain

io.usefulapi/twenty

Read people, companies, opportunities, notes and tasks; create and update records in Twenty CRM.

client:LangChain transport:streamable-http

Install twenty in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "twenty": {
            "transport": "streamable_http",
            "url": "https://twenty.usefulapi.io/mcp",
        }
})

tools = await client.get_tools()

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

twenty in other clients