Submit

Mavae Image Toolbox

@Mavae

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
Overview

what is Mavae?

Mavae is a powerful creative and editing toolkit designed for AI Agents, providing a standardized interface for generating and manipulating images.

how to use Mavae?

To use Mavae, install the necessary dependencies, set up your MAVAE API Key as an environment variable, and start the server using Node.js. You can also run it in a Docker container.

key features of Mavae?

  • Image Generation: Generate images using raw configurations and predefined collections.
  • Image Editing: Compress and crop images easily.
  • Collection Management: Create, manage, and share configurations for consistent image generation.
  • Model & Lora Management: List and utilize available models and Loras.
  • API Token Management: Handle authentication for secure interaction with Mavae services.

use cases of Mavae?

  1. Generating unique images for creative projects.
  2. Editing images for web applications.
  3. Managing collections of image configurations for consistent outputs.

FAQ from Mavae?

  • Can Mavae be used for all types of image editing?

Yes! Mavae supports various image editing features including compression and cropping.

  • Is Mavae free to use?

The usage of Mavae may depend on the API key and associated costs, please check the official documentation for details.

  • What are the prerequisites for using Mavae?

You need Node.js (v16 or higher) and a valid MAVAE API Key.

Server Config

{
  "mcpServers": {
    "mavae": {
      "command": "node",
      "args": [
        "root/dist/index.js"
      ],
      "env": {
        "MAVAE_API_KEY": "MAVAE_API_KEY"
      }
    }
  }
}
Β© 2025 MCP.so. All rights reserved.

Build with ShipAny.