6 months ago
This is an MCP server for text-to-image generation; the image generation model is ideogram-v3;
Overview
The provider is Aihubmix, a well-known one-stop AI model aggregation platform. You can directly use it with aihubmix's key; This MCP allows your LLM model to quickly acquire top-tier image generation capabilities.
Key url:https://aihubmix.com/token
Server Config
{
"mcpServers": {
"aihubmix-mcp-server": {
"command": "npx",
"args": [
"-y",
"aihubmix-mcp-server"
],
"env": {
"AIHUBMIX_API_KEY": "<AIHUBMIX_API_KEY>"
}
}
}
}