printify-mcp
4
The Printify MCP Server is designed to connect AI assistants with the Printify platform, enabling seamless management and creation of print-on-demand products. It leverages AI for design generation and supports extensive product and catalog management features through an MCP framework.
Printify MCP Server
The Printify MCP Server integrates AI assistants with Printify's print-on-demand platform. It serves as a bridge, allowing AI assistants to create and manage products, generate designs using AI, and perform other product management tasks through the Model Context Protocol (MCP).
Features
- Printify API Integration: Includes authentication, managing shops, products, catalogs, and uploading images.
- AI Image Generation: Utilizes Replicate’s Flux model for image creation and direct upload to Printify.
- Documentation: Provides comprehensive tools and workflow guides.
- Prompts: Generates product descriptions based on details.
Prerequisites
- Node.js v18+, npm v7+, Printify API key, Replicate API token.
Usage
- Start the server with
npm start
and run it in development mode withnpm run dev
. - Supports integration with Claude Desktop via npm, npx, or Docker.
Configuration
- Environment variables can be set using a
.env
file or system environment settings. - Docker support with options for direct image usage or Docker Compose.