← 返回
内容创作 Key 中文

For using minimax mcp to generate audio, image, video to telegram.

Generate images, audio, video using MiniMax MCP and send to Telegram. Use when user wants to create media with MiniMax and deliver it via Telegram.
使用 MiniMax MCP 生成图像、音频和视频并发送至 Telegram。适用于用户希望利用 MiniMax 创作媒体并通过 Telegram 投递的场景。
hoyin258
内容创作 clawhub v1.0.0 1 版本 99791.5 Key: 需要
★ 0
Stars
📥 1,436
下载
💾 67
安装
1
版本
#latest

概述

Setup (Prerequisites)

1. Install mcporter

# 如果未有 npm/npx
npm install -g mcporter

或者用 npx 直接跑:

npx mcporter --help

2. Set MiniMax API Key

响 terminal 度 set 環境變數:

export MINIMAX_API_KEY="your-api-key-here"

或者响 ~/.mcporter/config.json 入面 set:

{
  "env": {
    "MINIMAX_API_KEY": "your-api-key-here",
    "MINIMAX_RESOURCE_MODE": "url"
  }
}

3. Add MiniMax MCP Server

mcporter mcp add minimax-mcp

MiniMax MCP Skill

Use mcporter to call MiniMax MCP server tools.

Prerequisites

  • mcporter CLI installed
  • MiniMax MCP server configured in mcporter

Available Tools

ToolDescription
-------------------
text_to_imageGenerate images from text prompts
text_to_audioConvert text to speech (TTS)
generate_videoGenerate videos from text prompts
image_to_videoGenerate videos from images
music_generationGenerate music from prompt + lyrics
voice_cloneClone voice from audio file
voice_designGenerate voice from description
list_voicesList available voice IDs
play_audioPlay audio file

Basic Usage

Image Generation

mcporter call minimax-mcp.text_to_image prompt:"your prompt" aspectRatio:"4:3"

Audio Generation (TTS)

mcporter call minimax-mcp.text_to_audio text:"Hello world" voiceId:"male-qn-qingse"

Video Generation

mcporter call minimax-mcp.generate_video prompt:"your video description"

Sending to Telegram

IMPORTANT: When MiniMax returns a URL, it includes a query string with authentication token. You MUST use the FULL URL including all query parameters.

Correct (full URL with token):

<MINIMAX_OUTPUT_URL>?Expires=xxx&OSSAccessKeyId=xxx&Signature=xxx

Incorrect (URL without token):

<MINIMAX_OUTPUT_URL>

Sending Image to Telegram

  1. Call text_to_image and capture the FULL URL (including query string)
  2. Send directly to Telegram using message tool with media parameter:
message(
  action="send",
  channel="telegram",
  target="<chat_id>",
  media="<full_url_with_token>",
  message="Your caption"
)

Sending Audio to Telegram

Same approach - use FULL URL with token:

message(
  action="send",
  channel="telegram",
  target="<chat_id>",
  media="<full_url_with_token>",
  message="Your caption"
)

IMPORTANT: When sending audio, ALWAYS include the text content as the message caption below the audio!

Example:

# Generate audio
audio_url = "<MINIMAX_AUDIO_URL>?Expires=xxx&Signature=xxx"
text_content = "呢段係你想既文字內容..."

# Send with both audio and text
message(
  action="send",
  channel="telegram",
  target="<chat_id>",
  media=audio_url,
  message=text_content  # Always include the text!
)

Common Parameters

text_to_image

  • prompt: Text description of desired image
  • aspectRatio: "1:1", "16:9", "4:3", "3:2", "2:3", "3:4", "9:16", "21:9"
  • n: Number of images (1-9)
  • model: Model to use (default: "image-01")

text_to_audio

  • text: Text to convert to speech
  • voiceId: Voice ID (e.g., "male-qn-qingse", "female-shaonv")
  • speed: Speech speed (0.5-2)
  • emotion: "happy", "sad", "angry", "fearful", "disgusted", "surprised", "neutral"
  • format: "mp3", "wav", "pcm", "flac"
  • languageBoost: Enhance recognition for specific languages/dialects
  • Cantonese: "Chinese,Yue" or "Chinese"
  • Mandarin: "Chinese" or "Chinese,Mandarin"
  • English: "English"
  • Always include this when generating Cantonese audio!

generate_video

  • prompt: Video description
  • model: "T2V-01", "T2V-01-Director", "I2V-01", "I2V-01-Director", "I2V-01-live", "MiniMax-Hailuo-02"
  • duration: 6 or 10 (for MiniMax-Hailuo-02)
  • resolution: "768P", "1080P"

Optimization & Troubleshooting

  • Timeout Management: Video generation can take significant time (up to 20-30 minutes for high-quality 10s clips). Always pass a large --timeout value (e.g., --timeout 1800000) to mcporter to prevent early termination.
  • Gateway Turn Limit: Most OpenClaw profiles have a 10-minute turn timeout (600000ms). To avoid being killed by the gateway, ALWAYS run generate_video with background: true or inside a background process.
  • Model Choice: Use MiniMax-Hailuo-02 for higher quality 10-second videos.

Error Handling

If you get 403 Forbidden when sending to Telegram:

  • Make sure you're using the FULL URL with query string
  • The token (Signature) expires - regenerate if needed

Notes

  • MiniMax MCP must be configured with MINIMAX_RESOURCE_MODE=url in mcporter config
  • Generated media URLs include authentication tokens that expire
  • Always use the complete URL returned by MCP calls

Cantonese (廣東話) Tips

When generating Cantonese audio:

  • Use voice ID from Cantonese category (e.g., "Cantonese_PlayfulMan", "Cantonese_CuteGirl")
  • Always add: languageBoost:"Chinese,Yue" or languageBoost:"Chinese"
  • Example:

```bash

mcporter call minimax-mcp.text_to_audio text:"新年快樂" voiceId:"Cantonese_PlayfulMan" languageBoost:"Chinese,Yue"

```

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 04:18 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

communication-collaboration

MAC OS screenshot to telegram

hoyin258
在 macOS 上截取屏幕并发送到 Telegram。当用户请求截取屏幕、拍摄截图或发送屏幕截图时使用。
★ 0 📥 1,345
content-creation

Humanizer

biostartechnology
消除AI写作痕迹,使文本更自然真实。基于维基百科"AI写作特征"指南,识别并修正夸张象征、宣传用语、肤浅-ing分析、模糊归因、破折号滥用、三项排比、AI词汇、负面平行结构及冗长连接词等模式。
★ 860 📥 199,611
content-creation

AdMapix

fly0pants
广告情报与应用数据分析助手,支持搜索广告素材、分析应用排名、下载量、收入及市场洞察,用于广告素材和竞品分析。
★ 295 📥 136,458