Shopify Storefront MCP Server

by QuentinCody

9 stars
234 downloads
Not rated
GitHub

Description

# Shopify Storefront MCP Server This server provides access to the Shopify Storefront API via MCP, allowing AI assistants to query and interact with your Shopify store data. ## Features - Access to product, collection, and inventory data - Cart creation and management - Support…

About

# Shopify Storefront MCP Server This server provides access to the Shopify Storefront API via MCP, allowing AI assistants to query and interact with your Shopify store data. ## Features - Access to product, collection, and inventory data - Cart creation and management - Support for GraphQL queries and mutations -…

Details

Author
QuentinCody
GitHub stars
9
Downloads
234
Categories
Other

- Access product, collection, and inventory data
- Cart creation and management
- Support for GraphQL queries and mutations
- Automatic token handling and validation
- Easy integration with MCP-compatible AI assistants
- Customer data management with unified tool

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Shopify Storefront MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Configure your Shopify store name and Storefront API token in a .env file, then run python -m shopify_storefront_mcp_server. The server exposes MCP tools: shopify_discover, shopify_storefront_graphql, and customer_data.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "shopify storefront mcp server": {
            "Shopify Storefront MCP Server": {
                "command": "python",
                "args": [
                    "-m",
                    "shopify_storefront_mcp_server"
                ],
                "env": {
                    "SHOPIFY_STOREFRONT_ACCESS_TOKEN": "",
                    "SHOPIFY_STORE_NAME": ""
                }
            }
        }
    }
}

McpServers

{
    "Shopify Storefront MCP Server": {
        "command": "python",
        "args": [
            "-m",
            "shopify_storefront_mcp_server"
        ],
        "env": {
            "SHOPIFY_STOREFRONT_ACCESS_TOKEN": "",
            "SHOPIFY_STORE_NAME": ""
        }
    }
}

Shopify Storefront MCP Server

This server provides access to the Shopify Storefront API via MCP, allowing AI assistants to query and interact with your Shopify store data.

Features

- Access to product, collection, and inventory data
- Cart creation and management
- Support for GraphQL queries and mutations
- Automatic token handling and validation
- Easy integration with MCP-compatible AI assistants

Setup Instructions

1. Clone this repository
2. Install dependencies: pip install -r requirements.txt
3. Copy .env.example to .env and configure your environment variables
4. Generate a Storefront API token via Shopify Admin (see below)
5. Run the server: python -m shopify_storefront_mcp_server

Environment Variables

Create a .env file using the provided .env.example as a template:

```

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.