MCP.so
Sign In

Demo Shopify Storefront MCP Server

@agent-ready

About Demo Shopify Storefront MCP Server

No overview available yet

Basic information

Category

Other

Runtime

node

Transports

stdio

Publisher

agent-ready

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Demo Shopify Storefront MCP Server?

A demo MCP server that integrates with the Shopify Storefront API, enabling AI assistants to access Shopify store data. It was created as a demonstration for a proposal on the OpenAI Community Platform.

How to use Demo Shopify Storefront MCP Server?

Copy .env.example to .env, then fill in your Shopify domain and a Storefront API token. Run npm build and npm start to start the local server. For Claude Desktop, configure it with mcp-remote pointing to http://localhost:3000/mcp.

Key features of Demo Shopify Storefront MCP Server

  • Integrates with the Shopify Storefront API
  • Provides an MCP endpoint for AI assistants
  • Supports local and remote deployment
  • Requires a valid Storefront API token
  • Designed as a demo for public MCP servers

Use cases of Demo Shopify Storefront MCP Server

  • Demonstrating MCP server integration with Shopify
  • Enabling AI assistants to query Shopify storefront data
  • Testing MCP server deployment and connectivity

FAQ from Demo Shopify Storefront MCP Server

What is the purpose of this server?

It is a demo created for a proposal regarding public MCP servers on the OpenAI Community Platform.

What credentials are needed?

You need your Shopify domain and a Shopify Storefront API token.

How do I connect it to Claude Desktop?

First run the server, then add the mcp-remote configuration pointing to http://localhost:3000/mcp to your Claude Desktop config.

Can I deploy this server remotely?

Yes, you can deploy the Express Server wherever you wish and use https://your-domain.com/mcp instead of http://localhost:3000/mcp.

How do I test the server manually?

Use the MCP inspector by running npx @modelcontextprotocol/inspector http://localhost:3000/mcp.

Comments

More Other MCP servers