Skip to content
LangChain

shopify mcp pro for LangChain

io.github.den-indance/shopify-mcp-pro

Shopify MCP server with real analytics (ShopifyQL), auto-refresh auth, and Shopify API 2026-04.

client:LangChain transport:stdio runtime:npm

Install shopify mcp pro in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "shopify-mcp-pro": {
            "transport": "stdio",
            "command": "npx",
            "args": ["-y", "@den.dance/shopify-mcp-pro"],
        }
})

tools = await client.get_tools()

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

shopify mcp pro in other clients