Skip to content
LangChain

laugh tale for LangChain

io.github.xfloukiex-lab/laugh-tale

The capstone of the Grand Line stack — collect every tool to reveal the One Piece.

client:LangChain transport:stdio runtime:pypi

Install laugh tale in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

tools = await client.get_tools()

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

laugh tale in other clients