mcp-shopify
Provides tools for interacting with the Shopify Admin API, enabling management of products, orders, customers, collections, inventory, and shop information.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-shopifylist all products in my store"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@cloud9-labs/mcp-shopify
MCP server for Shopify Admin API.
Installation
Add this to your Claude Desktop configuration:
{
"mcpServers": {
"mcp-shopify": {
"command": "npx",
"args": ["-y", "@cloud9-labs/mcp-shopify"],
"env": {
"SHOPIFY_STORE_URL": "YOUR_STORE_URL",
"SHOPIFY_ACCESS_TOKEN": "YOUR_ACCESS_TOKEN"
}
}
}
}Related MCP server: shopify-mcp
Configuration
Set the following environment variables:
Variable | Description |
| Your Shopify store URL (e.g., mystore.myshopify.com) |
| Admin API access token |
Tools
Tool | Description |
| List all products in Shopify store |
| Get a specific product by ID |
| Create a new product |
| Update an existing product |
| List all orders |
| Get a specific order by ID |
| List all customers |
| Get a specific customer by ID |
| Create a new customer |
| Search for customers |
| List all product collections |
| Get inventory levels for products |
| Get total product count |
| Get shop information |
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cloud9-labs/mcp-shopify'
If you have feedback or need assistance with the MCP directory API, please join our Discord server