Sponsored by Deepsite.site

Mavae Image Toolbox

Created By
Mavae9 months ago
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
Content

MAVAE - IMAGE TOOLBOX

A powerful creative and editing toolkit designed for AI Agents.

smithery badge TypeScript Node.js MCP Docker

MAVAE is a Model Context Protocol (MCP) server for interacting with image media tools. It provides a standardized interface for AI Agents to generate and manipulate images.

🚀 Features

  • Image Generation: Generate images using both raw configurations and predefined collections
  • Image Editing: Compress and crop images
  • 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

📋 Prerequisites

  • Node.js (v16 or higher)
  • MAVAE API Key (set as environment variable, Apply here)

🛠️ Installation

# Install dependencies
npm install

# Build the project
npm run build

# Start the server
npm start

MCP Json

{
  "mcpServers": {
      "mavae": {
          "command": "node",
          "args": [
              "***/dist/index.js"
          ],
          "env": {
              "MAVAE_API_KEY": MAVAE_API_KEY
          }
      }
  }
}

When using MAVAE MCP locally, this path is an absolute path 👉🏻 "***/dist/index.js"

🐳 Docker Support

# Build Docker image
docker build -t mavae-mcp-server .

# Run Docker container
docker run -e MAVAE_API_KEY=your_api_key mavae-mcp-server

📁 Project Structure

mavae/
├── src/                  # Source code
│   ├── actions/          # API endpoint implementation handlers
│   │   ├── aigc.ts       # Image generation operations
│   │   ├── collection.ts # Collection management operations
│   │   ├── edit.ts       # Image editing operations
│   │   └── token.ts      # API token operations
│   ├── tools/            # MCP tool definitions
│   │   ├── aigc.ts       # Image generation tool definitions
│   │   ├── collection.ts # Collection management tool definitions
│   │   └── edit.ts       # Image editing tool definitions
│   ├── types/            # TypeScript type definitions
│   │   ├── aigc.ts       # Image generation types
│   │   ├── collection.ts # Collection types
│   │   ├── edit.ts       # Image editing types
│   │   └── response.ts   # API response types
│   ├── utils/            # Utility functions
│   │   └── constants.ts  # Constant values
│   └── index.ts          # Server entry point
├── dist/                 # Compiled JavaScript files
├── package.json          # Project dependencies and scripts
└── tsconfig.json         # TypeScript configuration

🛍️ Available Tools

Image Generation

  • image_raw_generate - Generate an image using raw AIGC configuration
  • image_collection_generate - Generate an image using a collection's AIGC configuration
  • image_retry_generate - Retry a failed image generation
  • image_state - Get the details of an owned image
  • generate_task_state - Get the generation state of an image by task id

Collection Management

  • collection_create - Create a new collection
  • collection_delete - Delete a collection
  • collection_toggle_public - Toggle the public status of a collection
  • collection_list - Get the list of owned collections
  • collection_state - Get the details of an owned collection

Image Editing

  • compress_image - Lossless compression of images
  • crop_image - Crop images with local path and URL support

Model & Resources

  • list_images - Get the list of owned images
  • list_loras - Get the list of available loras
  • list_models - Get the list of available models

Authentication

  • token_state - Get the x-api-token state

Server Config

{
  "mcpServers": {
    "mavae": {
      "command": "node",
      "args": [
        "root/dist/index.js"
      ],
      "env": {
        "MAVAE_API_KEY": "MAVAE_API_KEY"
      }
    }
  }
}
Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
TimeA Model Context Protocol server that provides time and timezone conversion capabilities. This server enables LLMs to get current time information and perform timezone conversions using IANA timezone names, with automatic system timezone detection.
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
Serper MCP ServerA Serper MCP Server
DeepChatYour AI Partner on Desktop
CursorThe AI Code Editor
Playwright McpPlaywright MCP server
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
ChatWiseThe second fastest AI chatbot™
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Amap Maps高德地图官方 MCP Server
WindsurfThe new purpose-built IDE to harness magic
Tavily Mcp
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
Context7Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.