Shopify MCP Server for Claude
@abhi-tapestry
关于 Shopify MCP Server for Claude
Shopify MCP server
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"shopify-mcp-server-abhi-tapestry": {
"command": "python",
"args": [
"-m",
"venv",
".venv-py312"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Shopify MCP Server for Claude?
A Model Context Protocol (MCP) server that enables Claude AI to interact with your Shopify store data, including product catalogs, customer information, and order details. It is designed for Shopify store owners who use Claude Desktop and want intelligent, contextual assistance for e-commerce tasks.
How to use Shopify MCP Server for Claude?
Clone the repository, set up a Python 3.10+ virtual environment, install dependencies (ShopifyAPI, fastmcp, python-dotenv), configure your Shopify credentials in a .env file, and add the server to Claude Desktop using the provided claude_server.sh script with an absolute path.
Key features of Shopify MCP Server for Claude
- Query your entire product catalog within Claude conversations
- Retrieve customer profiles, purchase history, and contact information
- Access order details, line items, and fulfillment status
- Search products by title, vendor, or product type
- View store metadata such as currency, locale, and timezone
- Purely read-only; server cannot modify your store data
Use cases of Shopify MCP Server for Claude
- Ask Claude to show top products or search by vendor
- Find customers who meet spending thresholds or ordering frequency
- Analyze order metrics, payment info, and shipping details
- Get store-level information like shop owner and business settings
FAQ from Shopify MCP Server for Claude
What prerequisites are needed?
Python 3.10 or higher (3.12 recommended), a Shopify store with Admin API access credentials, and Claude Desktop installed.
How do I configure Shopify credentials?
Create a .env file with SHOPIFY_SHOP_URL and SHOPIFY_ACCESS_TOKEN, or use SHOPIFY_API_KEY and SHOPIFY_PASSWORD for private app authentication. A setup script (setup_credentials.sh) is also provided.
Can this server modify my store data?
No. The MCP server is read-only and only retrieves data; it cannot create, update, or delete any Shopify resources.
What tools does the server expose to Claude?
Seven tools: get_products, get_product_details, get_customers, get_customer_details, get_orders, search_products, and get_store_info.
How do I troubleshoot connection issues?
Verify your API credentials and shop URL in the .env file, ensure absolute paths in Claude Desktop settings are correct, and confirm claude_server.sh is executable. Restart Claude Desktop after changes.
AI 与智能体 分类下的更多 MCP 服务器
Shell and Coding agent for Claude and other mcp clients
rusiaamanShell and coding agent on mcp clients
1MCP - One MCP Server for All
1mcp-appA unified Model Context Protocol server implementation that aggregates multiple MCP servers into one.
21st.dev Magic AI Agent
21st-devIt's like v0 but in your Cursor/WindSurf/Cline. 21st dev Magic MCP server for working with your frontend like Magic
Perplexity Ask MCP Server
ppl-aiThe official MCP server implementation for the Perplexity API Platform
欢迎来到 智言平台
Shy2593666979AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
评论