Skip to content
LangChain

Toyota & Lexus for LangChain

io.github.zepgram/toyota

Toyota & Lexus vehicles: fuel, range, location, trips, health, climate, charging, commands

client:LangChain transport:stdio runtime:pypi

Install Toyota & Lexus in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "toyota": {
            "transport": "stdio",
            "command": "uvx",
            "args": ["toyota-mcp"],
        }
})

tools = await client.get_tools()

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

Toyota & Lexus in other clients