shopify-mcp-server

sarayd/shopify-mcp-server

3.1

If you are the rightful owner of shopify-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 Model Context Protocol (MCP) server that provides integration with the Shopify API, allowing AI agents to interact with Shopify stores through a standardized protocol.

Shopify MCP Server

This is a Model Context Protocol (MCP) server that provides integration with the Shopify API. It allows AI agents to interact with Shopify stores through a standardized protocol.

Features

  • Shopify API integration
  • MCP-compliant server implementation
  • Tools for product management
  • Resource access for store data
  • Prompt templates for common operations

Setup

  1. Install dependencies:
npm install
  1. Create a .env file with your Shopify credentials:
SHOPIFY_SHOP_NAME=your-shop-name
SHOPIFY_ACCESS_TOKEN=your-access-token
  1. Build the project:
npm run build
  1. Start the server:
npm start

Development

Run in development mode with hot reloading:

npm run dev

Run tests:

npm test

License

MIT