Python Shopify MCP Server for Claude
@abhi-mahule
关于 Python Shopify MCP Server for Claude
Shopify MCP server
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"shopify-mcp-server-abhi-mahule": {
"command": "python",
"args": [
"-m",
"venv",
".venv-py312"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Python Shopify MCP Server for Claude?
A Python implementation of the Model Context Protocol (MCP) server that enables Claude AI to seamlessly interact with your Shopify store data. It provides Claude with access to product catalogs, customer information, and order details for intelligent e-commerce assistance.
How to use Python Shopify MCP Server for Claude?
Clone the repository, create a Python virtual environment (3.10+), install dependencies (ShopifyAPI, fastmcp, python-dotenv), and configure a .env file with your Shopify shop URL and API access token. Make the server executable (chmod +x claude_server.sh), then add it as an MCP server in Claude Desktop by specifying the command path and working directory.
Key features of Python Shopify MCP Server for Claude
- Seamless Claude integration for direct store data access
- Complete product catalog queries with variant and inventory details
- Customer profile retrieval including purchase history
- Order access with line items, fulfillment, and payment info
- Store metadata (currency, locale, timezone, shop details)
Use cases of Python Shopify MCP Server for Claude
- Ask Claude to show top 5 products or search by vendor
- Find customers who have spent more than a specified amount
- Get detailed information about recent orders
- Analyze average product prices across the catalog
- Retrieve store configuration details without switching apps
FAQ from Python Shopify MCP Server for Claude
What are the prerequisites?
Python 3.10 or higher (3.12 recommended), a Shopify store with Admin API credentials, and Claude Desktop installed.
How do I configure credentials?
Create a .env file in the project root with SHOPIFY_SHOP_URL and either SHOPIFY_ACCESS_TOKEN or SHOPIFY_API_KEY + SHOPIFY_PASSWORD. Alternatively, run the provided setup_credentials.sh script.
Does the server modify my store data?
No. The server is read-only; it only retrieves data and cannot create, update, or delete anything in your Shopify store.
Where does the server run?
Locally on your machine. All data is fetched from Shopify via the Admin API and never leaves your computer.
What tools does the server provide?
Tools include get_products, get_product_details, get_customers, get_customer_details, get_orders, search_products, and get_store_info.
AI 与智能体 分类下的更多 MCP 服务器
MCP Server - Remote MacOs Use
baryhuangThe only general AI agent that does NOT requires extra API key, giving you full control on your local and remote MacOs from Claude Desktop App
LinkedIn MCP Server
stickerdanielOpen-source MCP server for LinkedIn. Give Claude and any MCP-compatible AI agent access to profiles, companies, jobs, and messages.
Unreal Engine Generative AI Support Plugin
prajwalshettydevUnreal Engine plugin for LLM/GenAI models & MCP UE5 server. OpenAI GPT-5, Deepseek R1, Claude Opus/Sonnet, Gemini 3, Grok 4, Alibaba Qwen, Kimi, ElevenLabs TTS, Inworld, OpenRouter, Groq, GLM, Ollama, Local, Meshy, Tripo, Hunyuan3D, Rodin, fal, Dashscope, Seedream. NPC AI, agenti
MCP Claude Code
SDGLBLMCP implementation of Claude Code capabilities and more
Open Multi-Agent Canvas
CopilotKitThe open-source multi-agent chat interface that lets you manage multiple agents in one dynamic conversation and add MCP servers for deep research
评论