mcp-shopify
MCP server for Shopify Admin API. Enables product, order, customer, and inventory management via natural language.
README
@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"
}
}
}
}
Configuration
Set the following environment variables:
| Variable | Description |
|---|---|
SHOPIFY_STORE_URL |
Your Shopify store URL (e.g., mystore.myshopify.com) |
SHOPIFY_ACCESS_TOKEN |
Admin API access token |
Tools
| Tool | Description |
|---|---|
shopify_list_products |
List all products in Shopify store |
shopify_get_product |
Get a specific product by ID |
shopify_create_product |
Create a new product |
shopify_update_product |
Update an existing product |
shopify_list_orders |
List all orders |
shopify_get_order |
Get a specific order by ID |
shopify_list_customers |
List all customers |
shopify_get_customer |
Get a specific customer by ID |
shopify_create_customer |
Create a new customer |
shopify_search_customers |
Search for customers |
shopify_list_collections |
List all product collections |
shopify_get_inventory_levels |
Get inventory levels for products |
shopify_count_products |
Get total product count |
shopify_get_shop |
Get shop information |
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.