Skip to content
LangChain

excel spreadsheet xlsx csv for LangChain

io.github.theluckystrike/excel-spreadsheet-xlsx-csv

Open, inspect, filter, edit and convert xlsx and csv files from your AI chat. Processing is local.

client:LangChain transport:streamable-http runtime:mcpb tools:13

Install excel spreadsheet xlsx csv in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "excel-spreadsheet-xlsx-csv": {
            "transport": "streamable_http",
            "url": "https://mcp.zovo.one/mcp/spreadsheet",
        }
})

tools = await client.get_tools()

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

What LangChain can do once it is connected

excel spreadsheet xlsx csv in other clients