demo-shopify-storefront-mcp-server

agent-ready/demo-shopify-storefront-mcp-server

3.1

If you are the rightful owner of demo-shopify-storefront-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This is a demo Shopify Storefront MCP Server designed for a proposal regarding Public MCP Servers on the OpenAI Community Platform.

Demo Shopify Storefront MCP Server

This is created as a demo for a proposal regarding Public MCP Servers on the OpenAI Community Platform

Setup

cp .env.example .env

then, replace with env vars with your Shopify domain and your Shopify Storefront API Token

Running

# First terminal
npm build
npm start

Deployment of the Public Server

You can deploy the Express Server whereever you wish and then use https://your-domain.com/mcp instead of http://localhost:3000/mcp for the following examples to test the remote server.

Connecting via Claude Desktop

First run the MCP Server like above. Then add this to your Claude Desktop Config

{
  "mcpServers": {
    "demo-shopify-storefront-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote@latest",
        "http://localhost:3000/mcp"
      ]
    }
  }
}

Manual Testing

# Second terminal
npx @modelcontextprotocol/inspector http://localhost:3000/mcp