Add AI image generation to your favorite coding tools in minutes. Choose your IDE and follow the step-by-step guide.
🔑 API Key Required: Get your API key from the Dashboard to start generating images.
For any MCP-compatible client, use this configuration
{
"mcpServers": {
"image-mcp": {
"url": "https://imagemcp.io/api/mcp",
"transport": "http",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}Replace YOUR_API_KEY with your actual API key. This configuration works with any client that supports the Model Context Protocol with HTTP transport.
Don't see your tool? Request an integration
View Full Documentation