 
            
            
            
            
        Shopify MCP Server
A Model Context Protocol (MCP) server for integrating Shopify operations with LLM agents. This server provides a set of tools for handling Shopify orders, including fulfillment, tracking, archiving, and retrieval.
Features
- Request fulfillment for an order
- Add tracking information to orders
- Archive orders
- Get details for a specific order
- List all active orders
Setup
Prerequisites
- Node.js 18 or higher
- A Shopify store with API access
Installation
- 
Clone the repository: git clone https://github.com/yourusername/shopify-mcp-server.git cd shopify-mcp-server
- 
Install dependencies: npm install
- 
Create a .envfile based on.env.exampleand add your Shopify API credentials:SHOPIFY_API_KEY=your_api_key SHOPIFY_API_SECRET=your_api_secret SHOPIFY_SCOPES=write_orders,read_orders SHOPIFY_SHOP=your-shop.myshopify.com SHOPIFY_ACCESS_TOKEN=your_access_token
Building and Running
- 
Build the project: npm run build
- 
Start the server: npm start
- 
For development with automatic rebuilding: npm run dev
Usage with LLM Agents
This server implements the Model Context Protocol (MCP) and exposes the following tools:
- 
get-order-details: Get detailed information about a specific order (accepts friendly order numbers like "#1001")
- 
get-active-orders: Get a list of all active orders
- 
request-fulfillment: Fulfill an order with optional tracking information (accepts friendly order numbers)
- 
add-tracking: Add tracking information to a fulfilled order
- 
archive-order: Archive an order (accepts friendly order numbers)
Using Friendly Order Numbers
All tools that require an order ID now accept friendly order numbers:
- 
#1001- Order number with # prefix
- 
1001- Order number without # prefix
- Full Shopify ID (gid://shopify/Order/12345) - Still supported
The system will automatically look up the correct Shopify ID when you provide a friendly order number.
Updating Tracking Information
To update tracking information for an order, follow these steps:
- First, get the order details using get-order-detailswith the order number (e.g.,#1001)
- From the response, find the fulfillment ID in the "Fulfillments" section
- Use the add-trackingtool with the fulfillment ID and tracking information:{ "fulfillmentId": "gid://shopify/Fulfillment/123456789", "trackingNumber": "1Z999AA10123456789", "trackingCompany": "UPS", "trackingUrl": "https://www.ups.com/track?tracknum=1Z999AA10123456789", "notifyCustomer": true }
Technical Details
API Version Management
This server uses Shopify's LATEST_API_VERSION constant (currently 2025-01) to ensure compatibility with the newest API features. This future-proofs the application but may occasionally require schema adjustments when Shopify makes breaking changes to their API.
PII Handling
To support stores on all Shopify plans, this server avoids requesting personally identifiable information (PII) like customer details, emails, and addresses, which are restricted to higher-tier Shopify plans.
License
ISC
相关推荐
I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.
I find academic articles and books for research and literature reviews.
Evaluator for marketplace product descriptions, checks for relevancy and keyword stuffing.
Confidential guide on numerology and astrology, based of GG33 Public information
Advanced software engineer GPT that excels through nailing the basics.
Emulating Dr. Jordan B. Peterson's style in providing life advice and insights.
Your go-to expert in the Rust ecosystem, specializing in precise code interpretation, up-to-date crate version checking, and in-depth source code analysis. I offer accurate, context-aware insights for all your Rust programming questions.
Converts Figma frames into front-end code for various mobile frameworks.
Discover the most comprehensive and up-to-date collection of MCP servers in the market. This repository serves as a centralized hub, offering an extensive catalog of open-source and proprietary MCP servers, complete with features, documentation links, and contributors.
The all-in-one Desktop & Docker AI application with built-in RAG, AI agents, No-code agent builder, MCP compatibility, and more.
Micropython I2C-based manipulation of the MCP series GPIO expander, derived from Adafruit_MCP230xx
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
🧑🚀 全世界最好的LLM资料总结(Agent框架、辅助编程、数据处理、模型训练、模型推理、o1 模型、MCP、小语言模型、视觉语言模型) | Summary of the world's best LLM resources.
Mirror ofhttps://github.com/agentience/practices_mcp_server
Reviews
 
                                    user_VcnVYWCh
I've been using the shopify-mcp-server by wfilleman and it has significantly streamlined my multi-channel processing tasks. The seamless integration and reliability of this server are impressive. It has also saved me a considerable amount of time managing orders and inventory across multiple platforms. Highly recommend for anyone looking to optimize their e-commerce operations!
 
     
                                                             
                                                             
                                                             
                                                             
                                                             
                                                             
                                                             
                                                             
                                                            