Loading MCP server directory, please wait...
Read-only Shopify catalogue and stock for LLM agents. Stdlib only, no dependencies.
npx @getmcp/cli add io.github.hello532/shop-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
SHOPIFY_SHOP_DOMAINYour store domain, e.g. your-shop.myshopify.com
SHOPIFY_ADMIN_TOKENShopify Admin API access token (shpat_...) with read_products and read_inventory scopes
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.hello532/shop-mcp": {
"command": "uvx",
"args": [
"shop-mcp"
],
"env": {
"SHOPIFY_SHOP_DOMAIN": "",
"SHOPIFY_ADMIN_TOKEN": ""
}
}
}
}