Shopify Python MCP Server
The Shopify Python MCP Server integrates with the Shopify API to manage product data:
List Products: Retrieve products with an optional limit (max 250)
Get Product: Fetch detailed information about a specific product by ID
Create Product: Add new products with attributes like title, description, price, vendor, type, tags, status, variants, options, and images
Update Product: Modify existing product details by ID
Delete Product: Remove products from the Shopify store by ID
Provides tools for managing Shopify products, including listing, retrieving, creating, updating, and deleting products with their associated details such as variants, options, images, and inventory.
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., "@Shopify Python MCP Serverlist the first 10 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.
Shopify Python MCP Server
This is an MCP server that works with the Shopify API. By using this server, you can retrieve and manipulate Shopify product information from Claude Desktop.
function
tool
The server provides the following tools:
list_products : Get a list of products
limit: Number of items to retrieve (maximum 250, default value 50)
get_product : Get detailed product information
product_id: Product ID (required)
create_product : Create a new product
title: Product name (required)body_html: Product description (HTML format)vendor: Vendor nameproduct_type: Product typetags: tags (comma separated)status: Status (active/draft/archived)variantsoptions: optionsimages: Images
update_product : Update a product
product_id: Product ID (required)title: Product namebody_html: Product description (HTML format)vendor: Vendor nameproduct_type: Product typetags: tags (comma separated)status: Status (active/draft/archived)variantsoptions: optionsimages: Images
delete_product : Delete a product
product_id: Product ID (required)
Related MCP server: Clind MCP Server
setting
Required Environment Variables
To use this server, you must set the following environment variables:
SHOPIFY_SHOP_URL: Your Shopify store URL (e.g. mystore.myshopify.com)SHOPIFY_API_KEY: Shopify Admin API keySHOPIFY_API_PASSWORD: Shopify Admin API password (Secret)SHOPIFY_API_VERSION: Shopify API version (default: 2023-10)
Claude Desktop settings
If you are using Claude Desktop, add the following settings to claude_desktop_config.json:
macOS
Configuration file location: ~/Library/Application Support/Claude/claude_desktop_config.json
"mcpServers": {
"shopify-py-mcp": {
"command": "uv",
"args": [
"--directory",
"/your_path/shopify-py-mcp",
"run",
"shopify-py-mcp"
],
"env": {
"SHOPIFY_SHOP_URL": "your-store.myshopify.com",
"SHOPIFY_API_KEY": "your-api-key",
"SHOPIFY_API_PASSWORD": "your-api-password",
"SHOPIFY_API_VERSION": "2023-10"
}
}
}How to use
To use this server with Claude Desktop, call the tool as follows:
Get product list
商品一覧を取得してください。Get detailed product information
商品ID 1234567890の詳細情報を取得してください。Creating a new product
以下の情報で新しい商品を作成してください:
- 商品名: サンプル商品
- 説明: これはサンプル商品です。
- 価格: 1000円Product Updates
商品ID 1234567890を以下の情報で更新してください:
- 商品名: 更新後の商品名
- 価格: 2000円Remove a product
商品ID 1234567890を削除してください。development
Installing dependencies
cd shopify-py-mcp
uv sync --dev --all-extrasdebug
You can debug using MCP Inspector:
npx @modelcontextprotocol/inspector uv --directory /your_path/shopify-py-mcp run shopify-py-mcpBuild and publish
To prepare a package for distribution:
Sync dependencies and update lock files:
uv syncBuild the package:
uv buildPublished to PyPI:
uv publishNote: You will need to set your PyPI credentials via environment variables or command flags:
Token:
--tokenorUV_PUBLISH_TOKENOr username/password:
--username/UV_PUBLISH_USERNAMEand--password/UV_PUBLISH_PASSWORD
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceThis MCP server connects clients with Shopify store data, enabling retrieval of product and customer information via exposed tools.6MIT
- FlicenseNot gradedqualityNot gradedmaintenanceA Shopify-focused MCP server that enables AI agents to manage store operations like order tracking, product discovery, and checkout link generation. It facilitates customer-facing interactions including shipping estimates and real-time inventory searches.
- AlicenseNot gradedqualityFmaintenanceA comprehensive MCP server for Shopify Admin API integration, enabling AI assistants to manage products, orders, customers, inventory, analytics, and more through natural language.3418MIT
- AlicenseNot gradedqualityBmaintenanceMCP server for the Shopify Admin API, enabling 36 tools for managing products, orders, customers, inventory, fulfillments, collections, analytics, marketing, content, and webhooks.121MIT
Related MCP Connectors
Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.
Shopify MCP Pack — wraps the Shopify Admin REST API (2024-01)
Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, Cursor, and agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/kishimoto-banana/shopify-py-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server