From economist-agents
DALL-E 3 image generation for the content pipeline
npx claudepluginhub oviney/economist-agentsAdd to your .mcp.json:
{
"mcpServers": {
"image-generator": {
"command": "python3",
"args": [
"mcp_servers/image_generator_server.py"
],
"env": {
"OPENAI_API_KEY": "${OPENAI_API_KEY}"
}
}
}
}Replace placeholder values for: OPENAI_API_KEY
This MCP server needs API keys or credentials. Configure them in your environment before use.
This server connects to external services. Review the URLs it accesses before enabling.
python3OPENAI_API_KEY=${OPENAI_API_KEY}