Skip to content
LangChain

shopify-operations-mcp for LangChain

io.github.jpka/shopify-operations-mcp

Safe-write Shopify operations: plan-before-execute writes with out-of-band approval and audit.

client:LangChain transport:stdio runtime:npm

Install shopify-operations-mcp in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

tools = await client.get_tools()

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

shopify-operations-mcp in other clients