SellerSmith Technology .,JSC/tailorkit-mcp
Built by Metorial, the integration platform for agentic AI.
SellerSmith Technology .,JSC/tailorkit-mcp
Server Summary
Create product templates
Retrieve product templates
Manipulate product layers
Integrate with Shopify
Enable interactive personalization experiences
TailorKit MCP is a powerful product customization framework for e-commerce that enables merchants to create interactive personalization experiences. Features template management, layer control, and Shopify integration for offering customizable products with minimal development effort.
This MCP (Model Context Protocol) server connects Claude and other AI assistants to the TailorKit API, enabling them to manage customizable product templates for e-commerce platforms. With TailorKit MCP, AI assistants can create, retrieve, and manipulate product templates and their layers directly through natural language conversations.
get_list_templates
shopDomain
(string): The shop domain ending with .myshopify.comlimit
(number, default: 5): Maximum number of templates to returnpage
(number, default: 1): Page number for paginationsort
(string, default: "updatedAt__desc"): The sort orderfilter
(string): Filter string for template searchget_detail_template
_id
(string): The ID of the templateshopDomain
(string): The shop domain ending with .myshopify.comcreate_template
shopDomain
(string): The shop domain ending with .myshopify.comname
(string, default: "New Template"): Name of the templatedimension
(object): Width, height, measurement unit, and resolution_id
(string, format: uuid): Custom ID for the templatelayers
(array): Initial layers configurationget_list_layers_of_template
_id
(string): The ID of the templateshopDomain
(string): The shop domain ending with .myshopify.comAdd the following to your claude_desktop_config.json
:
{
"mcpServers": {
"tailorkit-mcp": {
"command": "node",
"args": ["path/to/your/dist/index.js"],
"env": {
"HOST": "https://your-api-host.com",
"ACCESS_TOKEN": "your-access-token"
}
}
}
}
HOST
: Required. The host URL for your TailorKit API.ACCESS_TOKEN
: Required. Your TailorKit API access token for authentication.Go to Settings
-> Preferences
-> Generate access token
npm install @sellersmith/tailorkit-mcp
git clone https://github.com/sellersmith/tailorkit-mcp.git
cd tailorkit-mcp
npm install
npm run build
# Install dependencies
npm install
# Build the project
npm run build
# Run the server locally
node dist/index.js
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.