Skip to content
LangChain

Expo for LangChain

io.github.mcp-dir/expo-mcp

Your Expo and EAS project in natural language: up to date SDK docs, cloud builds (status, logs, trig

client:LangChain transport:streamable-http tools:25

Install Expo in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "expo-mcp": {
            "transport": "streamable_http",
            "url": "https://api.mcp.ai/p_expo",
        }
})

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

All 25 tools →

Expo in other clients