MCP Server
MCP
io.github.qmediat/ideogram-mcp
Ideogram V3 API — generate, edit, remix, reframe, replace background, upscale images
Install
npx -y @qmediat.io/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@qmediat.io/ideogram-mcp",
"version": "1.0.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Ideogram API key (get one at https://ideogram.ai/manage-api)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "IDEOGRAM_API_KEY"
},
{
"description": "Directory for saved images (default: /tmp/ideogram-output)",
"format": "string",
"name": "IDEOGRAM_OUTPUT_DIR"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment