MAVAE IMAGE TOOLBOX is a Model Context Protocol (MCP) server for interacting with image media tools. π Image Generation | π Image Editing | π Collection Management | π Model & Lora Management
Server Config
{
"mcpServers": {
"mavae": {
"command": "node",
"args": [
"root/dist/index.js"
],
"env": {
"MAVAE_API_KEY": "MAVAE_API_KEY"
}
}
}
}