Shopify MCP server with real analytics (ShopifyQL), auto-refresh auth, and Shopify API 2026-04.
Shopify MCP server with real analytics (ShopifyQL), auto-refresh auth, and Shopify API 2026-04. Exposed over MCP by the shopify mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.
The working Shopify MCP server. Connect Claude to your Shopify store — products, orders, customers, inventory, analytics and more.
Everything the assistant can do here goes through one of these:
Financial — The Financial tool exposed by this server@den.dance/shopify-mcp-pro on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.
You will need 5 environment variables: SHOPIFY_STORE_DOMAIN, SHOPIFY_CLIENT_ID, SHOPIFY_CLIENT_SECRET, SHOPIFY_API_VERSION, SHOPIFY_LOG_LEVEL. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Plenty of payments and commerce servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Shopify's toolset — Financial — is a fair guide to whether it matches your workflow. It is maintained by den-indance; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| Financial | The Financial tool exposed by this server. |
{
"mcpServers": {
"shopify-mcp-pro": {
"command": "npx",
"args": ["-y", "@den.dance/shopify-mcp-pro"],
"env": {
"SHOPIFY_STORE_DOMAIN": "your-value",
"SHOPIFY_CLIENT_ID": "your-value",
"SHOPIFY_CLIENT_SECRET": "your-value",
"SHOPIFY_API_VERSION": "your-value",
"SHOPIFY_LOG_LEVEL": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| SHOPIFY_STORE_DOMAIN | Configuration value read at startup. | Optional |
| SHOPIFY_CLIENT_ID | Configuration value read at startup. | Optional |
| SHOPIFY_CLIENT_SECRET | Credential the server authenticates with. | Yes |
| SHOPIFY_API_VERSION | Configuration value read at startup. | Optional |
| SHOPIFY_LOG_LEVEL | Configuration value read at startup. | Optional |
Payments infrastructure meets AI — customers, invoices, subscriptions and current API docs from Stripe's server.
Build for Shopify with current APIs — the official Dev MCP server for schema-accurate storefront and admin code.
Give your AI assistant a supervised window into your Interactive Brokers account — balances, positions, live quotes and orders.
Invoices, payments and disputes through PayPal's official server — commerce operations by conversation.
Enables querying and listing Azure resources and costs directly from an MCP client.
Empowers LLMs with Bitcoin Lightning Network payment capabilities via the ZBD API.