Skip to content
LangChain

emplusx for LangChain

com.emplusx/emplusx

Finished, on-brand .pptx and .docx from a brief - quality-gated by an agentic consulting team.

client:LangChain transport:streamable-http

Install emplusx in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

tools = await client.get_tools()

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

emplusx in other clients