
minimax-mcp
Offizieller Model Context Protocol (MCP) Server von MiniMax, der MCP-kompatiblen KI-Clients wie Claude Desktop, Cursor und anderen nahtlosen Zugriff auf hochwertige Text-to-Speech-, Stimmklon-, Bildgenerierungs- und Videogenerierungs-Tools ermöglicht.
Übersicht
minimax-mcp ist die offizielle Python-Implementierung des Model Context Protocol (MCP) Servers von MiniMax. Er bietet eine standardisierte Schnittstelle, über die KI-Anwendungen und Clients auf die fortschrittlichen multimodalen Generierungsfunktionen von MiniMax zugreifen können.
Er unterstützt hochwertige Text-to-Speech (TTS), Stimmklonung, Text-zu-Bild- und Text-zu-Video-Generierung (einschließlich Bild-zu-Video), sodass sich reichhaltige Medienfunktionen leicht in kompatible KI-Tools integrieren lassen.
Wichtige Funktionen
- Multimodale Tools: Text-to-Speech, Stimmklonung, Bild- und Videogenerierung, betrieben durch MiniMax APIs.
- Transporte: stdio (Standard für lokale Nutzung) und SSE.
- Einfache Einrichtung: Nach Setzen des
MINIMAX_API_KEYeinfach mituvx minimax-mcpausführen. - Client-Unterstützung: Funktioniert mit Claude Desktop, Cursor, Windsurf, OpenAI Agents und anderen MCP-kompatiblen Clients.
- Selbst gehostet: Lokal ausführbar für mehr Datenschutz und niedrige Latenz.
- Offiziell gepflegt: Entwickelt und betreut von MiniMax-AI.
Eine JavaScript/TypeScript-Version ist ebenfalls verfügbar: MiniMax-MCP-JS.
Schnellstart
- Holen Sie sich einen MiniMax API-Key auf platform.minimax.io.
- Installieren Sie uv.
- Fügen Sie den Server in die Konfiguration Ihres MCP-Clients ein (z. B. Claude Desktop
mcp.json):
{
"mcpServers": {
"MiniMax": {
"command": "uvx",
"args": ["minimax-mcp"],
"env": {
"MINIMAX_API_KEY": "sk-..."
}
}
}
}
Der Server steht Ihrem KI-Client dann automatisch zur Verfügung.
Anwendungsfälle
- Direkte Generierung von Bildern oder Videos aus natürlichen Sprachprompts in Coding- oder Chat-Oberflächen.
- Hinzufügen realistischer Sprachausgabe und benutzerdefinierter Stimmklonung zu KI-Assistenten.
- Erstellen multimodaler KI-Agenten, die Text-, Audio- und Bildgenerierung kombinieren.
- Schnelles Prototyping kreativer Workflows mit professionellen Medien-Tools.
Ressourcen
- Python-Repository: https://github.com/MiniMax-AI/MiniMax-MCP
- JavaScript-Version: https://github.com/MiniMax-AI/MiniMax-MCP-JS
- Offizielle MCP-Anleitung: https://platform.minimax.io/docs/guides/mcp-guide
- Model Context Protocol: https://modelcontextprotocol.io
Hinweis: Dies ist der zentrale multimodale MCP-Server. Für coding-spezifische Web-Suche und Bildverstehen gibt es ein separates MiniMax-Coding-Plan-MCP.
Tags
Related Entries
Keep exploring similar tools and resources in this category.

Agent Reach
MCP ServersAgent Reach is an open-source CLI and Agent Skill that installs, routes, and health-checks upstream tools for web, social, GitHub, video transcript, RSS, and search access. It is not documented as a standalone MCP server; some channels use MCP-backed upstream tools such as mcporter/Exa, xiaohongshu-mcp, and linkedin-scraper-mcp.

viewmax mcp
MCP ServersViewMax MCP is a hosted Streamable HTTP MCP server for generating AI video, images, music, speech, and sound effects, with tools for model discovery, task polling, and credit checks. Official setup is documented for Claude Web/Desktop, Claude Code, Cursor, Codex, and SDK clients.
TinyFish
MCP ServersTinyFish exposes web automation, web search, content extraction, and remote browser-session tools to MCP-compatible AI assistants. The hosted MCP server uses OAuth 2.1, while an optional local @tiny-fish/mcp proxy supports API-key authentication for local-only, CI, and headless setups.

openaiDeveloperDocs
MCP ServersOpenAI Developer Docs MCP is an OpenAI-hosted, read-only server that lets MCP clients search and fetch documentation from developers.openai.com, platform.openai.com, and learn.chatgpt.com. It uses a public streamable HTTP endpoint and does not call the OpenAI API on the user's behalf.

FetchSandbox
MCP ServersFetchSandbox is a stdio MCP server and hosted API-sandbox service that lets AI coding agents import OpenAPI 3.x specifications, discover runnable workflows, and execute stateful integration tests without using production API credentials. It is designed for validating request flows, lifecycle state, webhooks, retries, and shareable run traces from MCP-compatible development tools.
Related Reads
Background, tutorials, and protocol context connected to this entry.



