Skip to content
LangChain

SumOffice — real Word and Excel for agents for LangChain

com.sumoffice/office

Real Word and Excel for agents: open your .docx/.xlsm, read, propose, apply, get it back intact.

client:LangChain transport:streamable-http runtime:oci tools:21

Install SumOffice — real Word and Excel for agents in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "office": {
            "transport": "streamable_http",
            "url": "https://view.sumoffice.com/mcp",
        }
})

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

SumOffice — real Word and Excel for agents in other clients