TailorKit MCP
TailorKit MCP是一个强大的电商产品定制框架,帮助商家打造交互式个性化体验。它具备模板管理、层级控制和 Shopify 集成功能,能够以最小的开发工作量提供可定制的产品。
概述
该 MCP(模型上下文协议)服务器将 Claude 和其他 AI 助手连接到 TailorKit API,使其能够管理电商平台的可定制产品模板。借助 TailorKit MCP,AI 助手可以直接通过自然语言对话创建、检索和操作产品模板及其层级。
工具
get_list_templates
- 获取带有商店域名的模板列表
- 必需输入:
shopDomain
(字符串):以 .myshopify.com 结尾的商店域名
- 可选输入:
limit
(数字,默认值:5):返回的最大模板数量page
(数字,默认值:1):分页的页码sort
(字符串,默认值:“updatedAt__desc”):排序顺序filter
(字符串):模板搜索的过滤字符串
- 返回:模板及其详细信息的列表
get_detail_template
- 获取有关特定模板的详细信息
- 必需输入:
_id
(字符串):模板的IDshopDomain
(字符串):以 .myshopify.com 结尾的商店域名
- 返回:包括层和设置在内的详细模板信息
create_template
- 为商店创建新模板
- 必需输入:
shopDomain
(字符串):以 .myshopify.com 结尾的商店域名name
(字符串,默认值:“新模板”):模板的名称dimension
(对象):宽度、高度、测量单位和分辨率
- 可选输入:
_id
(字符串,格式:uuid):模板的自定义 IDlayers
(数组):初始层配置
- 返回:模板创建确认,带有模板 ID
get_list_layers_of_template
- 获取特定模板的所有层
- 必需输入:
_id
(字符串):模板的IDshopDomain
(字符串):以 .myshopify.com 结尾的商店域名
- 返回:模板中所有层及其属性的列表
设置
与 Claude Desktop 一起使用
将以下内容添加到您的claude_desktop_config.json
中:
环境变量
HOST
:必需。您的 TailorKit API 的主机 URL。ACCESS_TOKEN
:必需。用于身份验证的 TailorKit API 访问令牌。
访问令牌
转到Settings
-> Preferences
-> Generate access token
安装
来自 npm
来自 GitHub
发展
执照
此 MCP 服务器采用 MIT 许可证。这意味着您可以自由使用、修改和分发该软件,但须遵守 MIT 许可证的条款和条件。更多详情,请参阅项目仓库中的 LICENSE 文件。
You must be authenticated.
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
将 AI 助手连接到 TailorKit API,使其能够通过自然语言对话管理电子商务平台的可定制产品模板。
Related MCP Servers
- -securityFlicense-qualityEnables AI assistants to interact with Metabase databases and dashboards, allowing users to list and execute queries, access data visualizations, and interact with database resources through natural language.Last updated -25JavaScript
- -securityFlicense-qualityEnables AI assistants to interact with Metabase, providing access to dashboards, questions, databases, and tools for executing queries and viewing data through natural language.Last updated -JavaScript
- AsecurityAlicenseAqualityAllows AI assistants to seamlessly interact with Terminal.shop to browse products, manage shopping carts, place orders, and handle subscriptions through Terminal.shop's API.Last updated -19101JavaScriptMIT License
- -securityFlicense-qualityProvides AI assistants with access to Payman's documentation, helping developers build integrations more efficiently through enhanced contextual support.Last updated -TypeScript