Skip to main content
Glama

TailorKit MCP

Official
by sellersmith

テーラーキットMCP

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

テーラーキットMCP

概要

この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"): テンプレートの名前
      • dimension (オブジェクト):幅、高さ、測定単位、解像度
    • オプション入力:
      • _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へ進みます。

TailorKit アクセストークン

インストール

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ファイルをご覧ください。

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.

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

  1. 概要
    1. ツール
      1. 設定
        1. Claude Desktopでの使用
        2. 環境変数
        3. アクセストークン
      2. インストール
        1. npmから
        2. GitHubから
      3. 発達
        1. ライセンス

          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 -
            22
            98
            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
          • A
            security
            A
            license
            A
            quality
            Provides pre-defined prompt templates for AI assistants to generate comprehensive plans for TypeScript projects, API architectures, and GitHub workflows.
            Last updated -
            3
            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 -
            22
            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