品牌到Shopify主题转换服务器

品牌到Shopify主题转换服务器

一个将品牌标识PDF转换为Shopify主题的MCP服务器。

快速入门

  1. 克隆仓库并安装依赖: git clone https://github.com/mmokarzel/brand-to-theme-mcp-server.git cd brand-to-theme-mcp-server npm install

  2. 编译项目: npm run build

  3. 配置MCP服务器(在MCP配置文件中添加以下内容): { "mcpServers": { "github.com/mmokarzel/brand-to-theme-mcp-server": { "command": "node", "args": ["/path/to/build/index.js"] } } }

  4. 使用以下步骤运行工具链:

    • 提取品牌元素:调用 extract_pdf_branding
    • 生成设计令牌:调用 generate_design_tokens
    • 创建Shopify主题:调用 create_shopify_theme
    • 安装主题:调用 install_shopify_theme