Skip to main content
Glama
huikku

pixmax-mcp

by huikku

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_modelsA

List the models your Pixmax key can use, with type, estimated credit cost, and reference capacity. Call this first to discover exact model codes. Pass model to get one model's full prompting + reference guidance (best-for, prompt style, ref limits) before generating. Optionally filter by node type.

generate_imageA

Generate an image with a Pixmax model (Seedream 5 Pro/Lite, Nano Banana / 2 / Pro, Midjourney V7/V8.1/Niji, GPT Image 2, Qwen, MiniMax, Wan). Pass reference_images (file paths or URLs) for image-to-image or character consistency — up to 14, and they are free. Rich refs ({source, role, strength, note}) get their guidance woven into the prompt. style keeps a whole set visually coherent. Failed generations retry once automatically. Blocks until ready and returns the URL(s).

generate_videoA

Generate a video with a Pixmax model (Kling V3/O1/2.6, Veo 3.1, Hailuo, Wan, PixVerse, Vidu, Seedance). Pass an image (path or URL) for image-to-video, plus last_frame for start+end keyframe control (the model interpolates between them — Seedance 2 and Hailuo). Seedance 2 (PIXDANCE_2 / _FAST / _MINI) additionally supports multimodal references — reference_videos (borrow motion/style from a clip) and reference_audio (drive speech/lip-sync); audio must be paired with an image or video reference. Other models take images only. Note: Veo 3.1 runs 8s; Hailuo runs 6s or 10s. Video can take a few minutes; set wait=false to get a task id and poll with get_task.

generate_textB

Run a text/LLM model (DeepSeek V4, Gemini 3.1, MiniMax, Doubao Seed). Returns the generated text.

generate_3dA

Generate a 3D model (.glb) from a text prompt with Hunyuan 3D. Text-to-3D only (image-to-3D is not supported).

generate_audioA

Generate speech or music (ElevenLabs V2/V3/Music, MiniMax Speech/Music). For MiniMax Music pass lyrics. Cost scales with duration.

get_taskA

Check a task started with wait=false. Returns status, and result URL(s) + cost once COMPLETE.

generate_storyboardA

Generate an image via the GENERATE_STORYBOARD node type (GPT Image 2, Nano Banana 2, Nano Banana Pro). Identical to generate_image — same pricing, same single-image output — just classified under a different node type. No multi-panel behavior; use generate_image unless something downstream specifically requires the GENERATE_STORYBOARD classification. Pass reference_images for consistency.

prompting_guideA

Get the prompting craft rules for a medium (video, image, audio, 3d) — how to structure a prompt, camera/motion vocabulary for video, how to use references, and the common failure modes. Pass a model to also get that model's specific tips and hard limits. Call this BEFORE writing a prompt for an unfamiliar medium or model — video especially has rules that silently ruin output (e.g. implying a cut makes the model morph instead).

list_tasksA

List your recent Pixmax generation tasks (newest first) with status, model, prompt, and result URL(s). Useful for recovering a result you forgot to save, checking on wait=false jobs, or auditing recent activity.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/huikku/pixmax-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server