Skip to content
LangChain

tachibot mcp for LangChain

io.github.bypawel/tachibot-mcp

Multi-model AI orchestration with 31 tools, YAML workflows, and 5 token-optimized profiles.

client:LangChain transport:stdio runtime:npm

Install tachibot mcp in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "tachibot-mcp": {
            "transport": "stdio",
            "command": "npx",
            "args": ["-y", "tachibot-mcp"],
        }
})

tools = await client.get_tools()

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

tachibot mcp in other clients