
TailorKit MCP
Connects AI assistants to the TailorKit API, enabling them to manage customizable product templates for e-commerce platforms through natural language conversations.
README
TailorKit MCP
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.
Overview
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.
Tools
-
get_list_templates
- Get a list of templates with shop domain
- Required inputs:
shopDomain
(string): The shop domain ending with .myshopify.com
- Optional inputs:
limit
(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 search
- Returns: List of templates with their details
-
get_detail_template
- Get detailed information about a specific template
- Required inputs:
_id
(string): The ID of the templateshopDomain
(string): The shop domain ending with .myshopify.com
- Returns: Detailed template information including layers and settings
-
create_template
- Create a new template for a shop
- Required inputs:
shopDomain
(string): The shop domain ending with .myshopify.comname
(string, default: "New Template"): Name of the templatedimensions
(object): Width, height, measurement unit, and resolution
- Optional inputs:
_id
(string, format: uuid): Custom ID for the templatelayers
(array): Initial layers configuration
- Returns: Confirmation of template creation with template ID
-
get_list_layers_of_template
- Get all layers for a specific template
- Required inputs:
_id
(string): The ID of the templateshopDomain
(string): The shop domain ending with .myshopify.com
- Returns: List of all layers in the template with their properties
Setup
Usage with Claude Desktop
Add 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",
"SHOP_DOMAIN": "your-shop.myshopify.com",
"ACCESS_TOKEN": "your-access-token"
}
}
}
}
Environment Variables
HOST
: Required. The host URL for your TailorKit API.SHOP_DOMAIN
: Required. Your Shopify domain.ACCESS_TOKEN
: Required. Your TailorKit API access token for authentication.
Installation
From npm
npm install @sellersmith/tailorkit-mcp
From GitHub
git clone https://github.com/sellersmith/tailorkit-mcp.git
cd tailorkit-mcp
npm install
npm run build
Development
# Install dependencies
npm install
# Build the project
npm run build
# Run the server locally
node dist/index.js
License
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.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.