Skip to content
LangChain

docmcp — Word & Excel files for LangChain

io.github.adirdavi/docmcp

Real .docx and .xlsx files from structured data, with automatic Hebrew/Arabic RTL.

client:LangChain transport:streamable-http

Install docmcp — Word & Excel files in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "docmcp": {
            "transport": "streamable_http",
            "url": "https://docmcp.onrender.com/mcp",
        }
})

tools = await client.get_tools()

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

docmcp — Word & Excel files in other clients