Printify MCP Server
@TSavo
Printify MCP Server について
A Model Context Protocol (MCP) server for integrating AI assistants with Printify's print-on-demand platform
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"printify-mcp": {
"command": "docker",
"args": [
"run",
"-it",
"--name",
"printify-mcp",
"\\"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Printify MCP Server?
It is a bridge between AI assistants (like Claude) and Printify’s print-on-demand platform. It allows AI assistants to create and manage print-on-demand products, generate designs using AI, and handle all aspects of product management through the Model Context Protocol (MCP).
How to use Printify MCP Server?
Install by cloning the repository, running npm install and npm run build. Configure required environment variables (PRINTIFY_API_KEY) and optionally PRINTIFY_SHOP_ID, REPLICATE_API_TOKEN, and IMGBB_API_KEY in a .env file or system environment. Start with npm start, or run with Claude Desktop via the global printify-mcp command, via npx @tsavo/printify-mcp, or via Docker with docker exec -i printify-mcp node dist/index.js.
Key features of Printify MCP Server
- Integrates AI assistants with Printify’s print-on-demand platform
- Manage shops, products, blueprints, variants, and images
- AI image generation via Replicate’s Flux 1.1 Pro model
- Upload AI-generated images directly to Printify in one step
- In-tool documentation and step-by-step workflow guidance
- Prompts for generating product descriptions from product details
Use cases of Printify MCP Server
- Creating a T‑shirt with an AI‑generated design and uploading it to Printify
- Managing existing products: creating, reading, updating, deleting, and publishing
- Browsing Printify’s catalog of blueprints, print providers, and variants
- Generating compelling product descriptions based on product details
FAQ from Printify MCP Server
What is the Model Context Protocol (MCP)?
MCP is an open standard developed by Anthropic that standardizes how applications provide context to Large Language Models (LLMs). This server implements the MCP specification to expose Printify’s functionality to AI assistants in a structured way.
What prerequisites are needed?
Node.js v18 or higher, npm v7 or higher, a Printify API key, and optionally a Replicate API token and an ImgBB API key (the latter is required only when using the Flux 1.1 Pro Ultra model for image generation).
How do I obtain a Printify API key?
Log in to your Printify account, go to Settings > API, click “Create New API Key”, then copy the key and add it to your .env file.
How can I use this server with Claude Desktop?
You can install the package globally (npm install -g @tsavo/printify-mcp) and add the command printify-mcp in Claude Desktop’s MCP Server settings. Alternatively, use npx (npx @tsavo/printify-mcp) or Docker (run the container and set the command to docker exec -i printify-mcp node dist/index.js).
Where are API keys and temporary files stored?
API keys are stored in environment variables or a .env file in the project directory. Temporary files (e.g., for image generation) are placed in a ./temp directory, which must be mounted as a volume when using Docker.
「その他」の他のコンテンツ
ICSS
chokcoco不止于 CSS
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
コメント