Shopify MCP Server logo

Shopify MCP Server

by sarayd

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.

View on GitHub

Last updated: N/A

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