Servers
Printify MCP Server
@TSavo
A Model Context Protocol (MCP) server for integrating AI assistants with Printify's print-on-demand platform
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"printify-mcp": {
"command": "docker",
"args": [
"run",
"-it",
"--name",
"printify-mcp",
"\\"
]
}
}
}