Skip to content
LangChain

edititall mcp for LangChain

io.github.subcue/edititall-mcp

Drive EditItAll's local in-browser editors: PDF, sheet, photo, vector, Word, slides.

client:LangChain transport:stdio runtime:npm

Install edititall mcp in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

tools = await client.get_tools()

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

edititall mcp in other clients