Generate images, GIFs, and PDFs from AI agents — OG images, social cards, invoices, certificates, and more from natural language.
Server Config
{
"mcpServers": {
"pictify": {
"command": "npx",
"args": [
"-y",
"@pictify/mcp-server"
],
"env": {
"PICTIFY_API_KEY": "your_api_key"
}
}
}
}