Skip to content
LangChain

twitter x aio for LangChain

com.jojapi/twitter-x-aio

Twitter: Access real-time Twitter/X data as soon as it's posted! With the Twitter/X AIO API, you.

client:LangChain transport:streamable-http tools:23

Install twitter x aio in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "twitter-x-aio": {
            "transport": "streamable_http",
            "url": "https://mcp.jojapi.com/twitter-x-aio",
        }
})

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

twitter x aio in other clients