Skip to content
LangChain

TableTemplates for LangChain

io.github.tresor4k/tabletemplates-mcp

Search 1,008 Excel and Google Sheets template keywords with US demand data; find free templates.

client:LangChain transport:stdio runtime:npm

Install TableTemplates in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

tools = await client.get_tools()

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

TableTemplates in other clients