MiniMax-MCP  by MiniMax-AI

MCP server for multimodal API access

created 3 months ago
874 stars

Top 42.0% on sourcepulse

GitHubView on GitHub
Project Summary

This repository provides the official MiniMax Model Context Protocol (MCP) server, enabling integration with MiniMax's powerful AI capabilities for text-to-speech, voice cloning, image generation, and video generation. It targets developers and users of MCP-compatible clients like Claude Desktop and Cursor, offering a unified interface to advanced generative AI models.

How It Works

The server acts as a bridge, translating requests from MCP clients into API calls to MiniMax's backend services. It supports both stdio for local execution and SSE (Server-Sent Events) for cloud deployments, facilitating communication via standard output or network streams. This architecture allows seamless integration of generative AI features into existing workflows and applications.

Quick Start & Requirements

  • Install uv package manager: curl -LsSf https://astral.sh/uv/install.sh | sh
  • Configure client (e.g., Claude Desktop claude_desktop_config.json) with MINIMAX_API_KEY, MINIMAX_API_HOST (Global: https://api.minimaxi.chat, Mainland: https://api.minimax.chat), and optionally MINIMAX_MCP_BASE_PATH.
  • Ensure API key and host are region-aligned to avoid "invalid api key" errors.
  • Windows users may need to enable "Developer Mode" in Claude Desktop.
  • Official documentation and JavaScript implementation available.

Highlighted Details

  • Supports text-to-audio conversion with voice selection.
  • Enables voice cloning from provided audio files.
  • Facilitates video generation from text prompts.
  • Allows image generation from text prompts.

Maintenance & Community

  • Official MiniMax AI project.
  • Links to documentation and JavaScript implementation are provided.

Licensing & Compatibility

  • License details are not explicitly stated in the README.
  • Compatibility with commercial or closed-source applications is not specified.

Limitations & Caveats

The README warns that using these tools may incur costs. Specific licensing and commercial use terms are not detailed, requiring further investigation. The uvx command path may need manual configuration if not found automatically.

Health Check
Last commit

3 weeks ago

Responsiveness

1 day

Pull Requests (30d)
2
Issues (30d)
3
Star History
534 stars in the last 90 days

Explore Similar Projects

Feedback? Help us improve.