Skip to content
LangChain

tablecloth mcp for LangChain

io.github.yourtablecloth/tablecloth-mcp

Open Korean e-Gov and finance sites in a clean, disposable Windows Sandbox with security programs.

client:LangChain transport:stdio runtime:npm

Install tablecloth mcp in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

tools = await client.get_tools()

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

tablecloth mcp in other clients