Shopify MCP Server
@wfilleman
关于 Shopify MCP Server
暂无概览
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Shopify MCP Server?
A Model Context Protocol (MCP) server that integrates Shopify operations with LLM agents. It provides tools for handling Shopify orders — fulfillment, tracking, archiving, and retrieval — and requires a Shopify store with API access.
How to use Shopify MCP Server?
Clone the repository, install dependencies with npm install, configure a .env file with Shopify API credentials, then build and start the server (npm run build then npm start). LLM agents interact through five exposed MCP tools that accept friendly order numbers (e.g., #1001) or full Shopify IDs.
Key features of Shopify MCP Server
- Fulfill orders with optional tracking information
- Add tracking details to already-fulfilled orders
- Archive individual orders
- Retrieve full details of a specific order
- List all currently active orders
Use cases of Shopify MCP Server
- Automatically fulfill new orders from a conversational agent
- Update tracking on shipped orders without manual dashboard navigation
- Let an AI assistant look up order status on demand
- Archive completed or cancelled orders programmatically
- Retrieve a real‑time active orders list for reporting
FAQ from Shopify MCP Server
What are the prerequisites?
Node.js 18 or higher and a Shopify store with API access.
What credentials do I need?
You need a Shopify API key, API secret, scopes (write_orders, read_orders), shop URL (e.g., your-shop.myshopify.com), and an access token, all stored in a .env file.
How do I reference orders in tool calls?
You can use friendly order numbers (#1001 or 1001) — the server automatically looks up the corresponding Shopify ID — or supply the full Shopify ID (gid://shopify/Order/12345).
Which API version does this server use?
It uses Shopify’s LATEST_API_VERSION (currently 2025-01), which may occasionally require schema adjustments when Shopify makes breaking changes.
How is personally identifiable information (PII) handled?
The server avoids requesting PII (customer details, emails, addresses) to remain compatible with all Shopify plans, as higher‑tier plans are required for PII access.
其他 分类下的更多 MCP 服务器
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
评论