Skip to content
LangChain

CPlug (ConnectPlug) for LangChain

io.github.mcp-dir/cplug-mcp

ConnectPlug (CPlug) POS and ERP for restaurants, food service and retail, with the full official RES

client:LangChain transport:streamable-http tools:7

Install CPlug (ConnectPlug) in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "cplug-mcp": {
            "transport": "streamable_http",
            "url": "https://api.mcp.ai/p_cplug",
        }
})

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

CPlug (ConnectPlug) in other clients