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
- Install dependencies:
npm install
- Create a
.env
file with your Shopify credentials:
SHOPIFY_SHOP_NAME=your-shop-name
SHOPIFY_ACCESS_TOKEN=your-access-token
- Build the project:
npm run build
- Start the server:
npm start
Development
Run in development mode with hot reloading:
npm run dev
Run tests:
npm test
License
MIT