Shopify MCP Server

This MCP entry surfaces a curated ranking/list from the project README rather than a classic multi-tool integration surface. It still exposes 28 documented tools (including list_orders, get_order, create_order) for browsing or selecting items from that list.

People connecting e-commerce tools to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

One of 127 MCP servers published from codespar/mcp-dev-latam. Stars and repository activity are shared across all of them. See all 127 →

VERIFIED ACTIVE

LAST COMMIT 2026-08-12 · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install Shopify

before you install - you'll need

Set SHOPIFY_SHOP, SHOPIFY_ACCESS_TOKEN, MCP_HTTP before connecting. SHOPIFY_API_VERSION is optional or environment-specific per the README.

Claude Code

claude mcp add codespar-mcp-dev-latam-packages-ecommerc -- npx -y @codespar/mcp-shopify

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "codespar-mcp-dev-latam-packages-ecommerc": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-shopify"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @codespar/mcp-shopify - published under the repo owner's npm scope (@codespar)

registry namespace io.github.codespar is GitHub-verified and matches the repo owner

03 · What Shopify can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can list orders with optional filters, get a single order by ID with full detail, create a new order, and update an existing order (tags, note, email, shipping_address, metafields, etc).

Capability map

Tools grouped from the project's README - what Shopify lets an agent do.

create & write

7 tools - e.g. Create a new customer record.; Create a price rule (the policy that governs discounts - percentage/fixed amount, prerequisites, entitlemen...; Create a discount code tied to an existing price rule (the…

create_customer · create_price_rule · create_discount_code · create_smart_collection · create_custom_collection · create_metafield…

read & search

6 tools - e.g. List orders with optional filters.; List products with optional filters.; List customers with optional query filter.

list_orders · list_products · list_customers · list_transactions · list_abandoned_checkouts · list_locations

Order

6 tools - e.g. Get a single order by ID with full detail.; Create a new order.; Update an existing order (tags, note, email, shipping_address, metafields, etc).

get_order · create_order · update_order · cancel_order · create_draft_order · complete_draft_order

Product

3 tools - e.g. Get a single product by ID including all variants and images.; Create a new product with variants, options, and images.; Update an existing product's fields, variants, or images.

get_product · create_product · update_product

Fulfillment

2 tools - e.g. Create a fulfillment for an order (mark line items as shipped, attach tracking number and carrier).; Update the tracking number, tracking company, or tracking URL on an existing fulfillment (post-ship…

create_fulfillment · update_fulfillment_tracking

Variant

2 tools - e.g. Add a new variant to an existing product (size/color/SKU permutation with its own price and inventory).; Update an existing product variant's price, SKU, barcode, options, weight, or inventory policy.

create_variant · update_variant

Adjust

1 tool - e.g. Adjust the available inventory for a specific inventory_item at a specific location by a delta (positive to...

adjust_inventory

Register

1 tool - e.g. Register a webhook subscription for a Shopify event topic (orders/create, orders/paid, products/update, app...

register_webhook

04 · Who maintains Shopify

mcp-shopify is maintained by codespar. We track 127 MCP servers from codespar - 127 actively maintained, 269 combined GitHub stars, oldest repo from Mar 2026. Full record: all servers from codespar.

  1. mcp-asaas MCP server for Asaas - billing automation, Pix, boleto, credit card, subscriptions ★ 269
  2. mcp-omie MCP server for Omie - ERP, customers, products, orders, invoices, financials ★ 269
  3. mcp-sendgrid MCP server for SendGrid - global transactional + marketing email (Twilio-owned) ★ 269
  4. mcp-evolution-api MCP server for Evolution API - WhatsApp messaging, instances, contacts ★ 269
  5. mcp-stripe-acp Stripe ACP - AI agent checkout, payment delegation, products, invoices ★ 269
  6. mcp-mercado-bitcoin MCP server for Mercado Bitcoin - Brazilian crypto exchange, trading, orderbook, withdrawals ★ 269

05 · Facts

category
e-commerce - actively maintained as of 2026-08-25.
registry
io.github.codespar/mcp-shopify (active, first published 2026-06-20 · 2 versions)
packages
npm:@codespar/mcp-shopify

06 · Shopify FAQ

Is Shopify still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-12. We re-verify nightly.

What can Shopify do?

With this server connected, an agent can list orders with optional filters, get a single order by ID with full detail, create a new order, and update an existing order (tags, note, email, shipping_address, metafields, etc).

How do I install Shopify?

Run `npx -y @codespar/mcp-shopify`. The README documents 4 environment variables (SHOPIFY_SHOP, SHOPIFY_ACCESS_TOKEN, SHOPIFY_API_VERSION…) to set first. Set SHOPIFY_SHOP, SHOPIFY_ACCESS_TOKEN, MCP_HTTP before connecting. SHOPIFY_API_VERSION is optional or environment-specific per the README. You can also paste the ready-made client config above.

Does Shopify run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Shopify

More e-commerce MCP servers · Vtex · Clishop · Ozon MCP Server · Homebox MCP

More JavaScript MCP servers · Bling · Omie · Quickbooks · Tiny · see all