TailorKit MCP

Official

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.

Integrations

  • Enables e-commerce product customization by managing templates and layers for personalized products on Shopify stores, with tools for creating, retrieving, and manipulating product templates identified by shop domains ending with .myshopify.com.

テーラーキットMCP

TailorKit MCPは、eコマース向けの強力な製品カスタマイズフレームワークです。これにより、マーチャントはインタラクティブなパーソナライゼーションエクスペリエンスを構築できます。テンプレート管理、レイヤーコントロール、Shopifyとの連携機能を備え、最小限の開発労力でカスタマイズ可能な製品を提供できます。

概要

このMCP(モデルコンテキストプロトコル)サーバーは、ClaudeをはじめとするAIアシスタントをTailorKit APIに接続し、eコマースプラットフォーム向けのカスタマイズ可能な商品テンプレートの管理を可能にします。TailorKit MCPを利用することで、AIアシスタントは自然言語による会話を通じて、商品テンプレートとそのレイヤーを直接作成、取得、操作できるようになります。

ツール

  1. get_list_templates
    • ショップドメインのテンプレートのリストを取得する
    • 必要な入力:
      • shopDomain (文字列): .myshopify.com で終わるショップドメイン
    • オプション入力:
      • limit (数値、デフォルト:5):返されるテンプレートの最大数
      • page (数値、デフォルト:1):ページ番号
      • sort (文字列、デフォルト: "updatedAt__desc"): 並べ替え順
      • filter (文字列): テンプレート検索のフィルター文字列
    • 戻り値: テンプレートとその詳細のリスト
  2. get_detail_template
    • 特定のテンプレートの詳細情報を取得する
    • 必要な入力:
      • _id (文字列): テンプレートのID
      • shopDomain (文字列): .myshopify.com で終わるショップドメイン
    • 戻り値: レイヤーや設定を含む詳細なテンプレート情報
  3. create_template
    • ショップ用の新しいテンプレートを作成する
    • 必要な入力:
      • shopDomain (文字列): .myshopify.com で終わるショップドメイン
      • name (文字列、デフォルト: "New Template"): テンプレートの名前
      • dimensions (オブジェクト):幅、高さ、測定単位、解像度
    • オプション入力:
      • _id (文字列、形式: uuid): テンプレートのカスタムID
      • layers (配列):レイヤーの初期設定
    • 戻り値: テンプレートIDによるテンプレート作成の確認
  4. get_list_layers_of_template
    • 特定のテンプレートのすべてのレイヤーを取得する
    • 必要な入力:
      • _id (文字列): テンプレートのID
      • shopDomain (文字列): .myshopify.com で終わるショップドメイン
    • 戻り値: テンプレート内のすべてのレイヤーとそのプロパティのリスト

設定

Claude Desktopでの使用

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" } } } }

環境変数

  1. HOST : 必須。TailorKit API のホスト URL。
  2. ACCESS_TOKEN : 必須。認証用の TailorKit API アクセス トークン。

アクセストークン

Settings 」→ Preferences 」→ Generate access tokenへ進みます。

インストール

npmから

npm install @sellersmith/tailorkit-mcp

GitHubから

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

ライセンス

このMCPサーバーはMITライセンスに基づいてライセンスされています。つまり、MITライセンスの条件に従って、ソフトウェアを自由に使用、改変、配布することができます。詳細については、プロジェクトリポジトリのLICENSEファイルをご覧ください。

You must be authenticated.

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

AI アシスタントを TailorKit API に接続し、自然言語による会話を通じて、e コマース プラットフォーム用のカスタマイズ可能な製品テンプレートを管理できるようにします。

  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
          ID: emofiuw9k1