The image gen server integrates with Cursor IDE to call the Ideogram API for text-to-image generation. It exposes an endpoint for AI agents to generate images from text prompts. Developers use it to add image generation capabilities to their applications.
The image gen server integrates with Cursor IDE to call the Ideogram API for text-to-image generation. It exposes an endpoint for AI agents to generate images from text prompts. Developers use it to add image generation capabilities to their applications.
pip install image-gen-serverAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"fengin-image-gen-server-github": {
"command": "uvx",
"args": [
"pip install image-gen-server"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from image gen server?"
API Key Required
This server requires an API key from image gen server. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| IMAGE_GEN_SERVER_API_KEY | Yes | Your image gen server API key |
"What resources are available in image gen server?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in image gen server"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in image gen server with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.