Skip to main content
Glama

TailorKit MCP

Official
by sellersmith

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.

TailorKit MCP

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

  1. 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 return
      • page (number, default: 1): Page number for pagination
      • sort (string, default: "updatedAt__desc"): The sort order
      • filter (string): Filter string for template search
    • Returns: List of templates with their details
  2. get_detail_template
    • Get detailed information about a specific template
    • Required inputs:
      • _id (string): The ID of the template
      • shopDomain (string): The shop domain ending with .myshopify.com
    • Returns: Detailed template information including layers and settings
  3. create_template
    • Create a new template for a shop
    • Required inputs:
      • shopDomain (string): The shop domain ending with .myshopify.com
      • name (string, default: "New Template"): Name of the template
      • dimension (object): Width, height, measurement unit, and resolution
    • Optional inputs:
      • _id (string, format: uuid): Custom ID for the template
      • layers (array): Initial layers configuration
    • Returns: Confirmation of template creation with template ID
  4. get_list_layers_of_template
    • Get all layers for a specific template
    • Required inputs:
      • _id (string): The ID of the template
      • shopDomain (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", "ACCESS_TOKEN": "your-access-token" } } } }

Environment Variables

  1. HOST: Required. The host URL for your TailorKit API.
  2. ACCESS_TOKEN: Required. Your TailorKit API access token for authentication.

Access Token

Go to Settings -> Preferences -> Generate access token

TailorKit Access Token

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.

Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

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.

Connects AI assistants to the TailorKit API, enabling them to manage customizable product templates for e-commerce platforms through natural language conversations.

  1. Overview
    1. Tools
      1. Setup
        1. Usage with Claude Desktop
        2. Environment Variables
        3. Access Token
      2. Installation
        1. From npm
        2. From GitHub
      3. Development
        1. License

          Related MCP Servers

          • -
            security
            A
            license
            -
            quality
            Enables AI assistants to interact with WordPress sites through the WordPress REST API. Supports multiple WordPress sites with secure authentication, enabling content management, post operations, and site configuration through natural language.
            Last updated -
            23
            93
            MIT License
          • -
            security
            F
            license
            -
            quality
            Allows AI agents to interact with a remote TMF620 Product Catalog Management API, enabling operations like listing, retrieving, and creating catalogs, product offerings, and product specifications.
            Last updated -
            2
            Python
            • Apple
            • Linux
          • -
            security
            A
            license
            -
            quality
            Provides pre-defined prompt templates for AI assistants to generate comprehensive plans for TypeScript projects, API architectures, and GitHub workflows.
            Last updated -
            6
            TypeScript
            MIT License
          • -
            security
            A
            license
            -
            quality
            Enables AI assistants to interact with WordPress sites through the REST API. Supports multiple WordPress sites with secure authentication, enabling content management, post operations, and site configuration through natural language.
            Last updated -
            23
            MIT License

          View all related MCP servers

          MCP directory API

          We provide all the information about MCP servers via our MCP API.

          curl -X GET 'https://glama.ai/api/mcp/v1/servers/sellersmith/tailorkit-mcp'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server