TailorKit MCP
OfficialテーラーキットMCP
TailorKit MCPは、eコマース向けの強力な製品カスタマイズフレームワークです。これにより、マーチャントはインタラクティブなパーソナライゼーションエクスペリエンスを構築できます。テンプレート管理、レイヤーコントロール、Shopifyとの連携機能を備え、最小限の開発労力でカスタマイズ可能な製品を提供できます。
![]()
概要
このMCP(モデルコンテキストプロトコル)サーバーは、ClaudeをはじめとするAIアシスタントをTailorKit APIに接続し、eコマースプラットフォーム向けのカスタマイズ可能な商品テンプレートの管理を可能にします。TailorKit MCPを利用することで、AIアシスタントは自然言語による会話を通じて、商品テンプレートとそのレイヤーを直接作成、取得、操作できるようになります。
Related MCP server: tray-mcp-server
ツール
get_list_templatesショップドメインのテンプレートのリストを取得する
必要な入力:
shopDomain(文字列): .myshopify.com で終わるショップドメイン
オプション入力:
limit(数値、デフォルト:5):返されるテンプレートの最大数page(数値、デフォルト:1):ページ番号sort(文字列、デフォルト: "updatedAt__desc"): 並べ替え順filter(文字列): テンプレート検索のフィルター文字列
戻り値: テンプレートとその詳細のリスト
get_detail_template特定のテンプレートの詳細情報を取得する
必要な入力:
_id(文字列): テンプレートのIDshopDomain(文字列): .myshopify.com で終わるショップドメイン
戻り値: レイヤーや設定を含む詳細なテンプレート情報
create_templateショップ用の新しいテンプレートを作成する
必要な入力:
shopDomain(文字列): .myshopify.com で終わるショップドメインname(文字列、デフォルト: "New Template"): テンプレートの名前dimension(オブジェクト):幅、高さ、測定単位、解像度
オプション入力:
_id(文字列、形式: uuid): テンプレートのカスタムIDlayers(配列):レイヤーの初期設定
戻り値: テンプレートIDによるテンプレート作成の確認
get_list_layers_of_template特定のテンプレートのすべてのレイヤーを取得する
必要な入力:
_id(文字列): テンプレートのIDshopDomain(文字列): .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"
}
}
}
}環境変数
HOST: 必須。TailorKit API のホスト URL。ACCESS_TOKEN: 必須。認証用の TailorKit API アクセス トークン。
アクセストークン
Settings 」→ Preferences 」→ Generate access tokenへ進みます。

インストール
npmから
npm install @sellersmith/tailorkit-mcpGitHubから
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ファイルをご覧ください。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceConnects Printful's print-on-demand API to AI assistants like Claude and Cursor to automate business operations. It enables users to browse catalogs, manage orders, generate mockups, and calculate shipping rates through natural language.1924MIT
- FlicenseNot gradedqualityCmaintenanceConnects AI agents like Claude to the Tray Commerce platform, enabling natural language management of products, orders, and customers.
- AlicenseBqualityFmaintenanceConnects AI assistants to the Kit.com (formerly ConvertKit) email marketing platform, enabling management of subscribers, tags, sequences, broadcasts, and more through natural language.29724MIT
- AlicenseNot gradedqualityBmaintenanceConnects AI assistants to Revelor e-shop analytics, search configuration, and recommendations, enabling both reading and optional writing for e-shop data.MIT
Related MCP Connectors
Manage your Savanto store from your AI: catalog, content, prompts, and analytics, by chat.
Manage your NanoCart store from any AI agent: products, orders, coupons, subscribers, reports.
Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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