Back to MCP Servers
minimax-mcp logo
mcp-server420

minimax-mcp

MiniMax 官方 Model Context Protocol (MCP) 伺服器,可讓 Claude Desktop、Cursor 等相容 MCP 的 AI 用戶端無縫存取高品質文字轉語音、聲音複製、圖像生成與影片生成工具。

概述

minimax-mcp 是 MiniMax 官方提供的 Model Context Protocol (MCP) 伺服器 Python 實作。它為 AI 應用程式與用戶端提供標準化介面,讓它們能夠透過 MCP 存取 MiniMax 先進的多模態生成能力。

它支援高品質文字轉語音(TTS)、聲音複製、文字轉圖像,以及文字轉影片(包含圖像轉影片)生成,讓相容的 AI 工具能輕鬆加入豐富的多媒體功能。

主要特色

  • 多模態工具:由 MiniMax API 驅動的文字轉語音、聲音複製、圖像生成與影片生成。
  • 傳輸方式:支援 stdio(本機預設)與 SSE。
  • 簡易設定:設定好 MINIMAX_API_KEY 後,執行 uvx minimax-mcp 即可運行。
  • 用戶端支援:相容 Claude Desktop、Cursor、Windsurf、OpenAI Agents 及其他 MCP 相容用戶端。
  • 可自建託管:可在本地運行,兼具隱私與低延遲。
  • 官方維護:由 MiniMax-AI 開發並提供支援。

另有 JavaScript/TypeScript 版本可供使用:MiniMax-MCP-JS

快速開始

  1. platform.minimax.io 取得 MiniMax API 金鑰。
  2. 安裝 uv
  3. 將伺服器加入您的 MCP 用戶端設定檔(例如 Claude Desktop 的 mcp.json):
{
  "mcpServers": {
    "MiniMax": {
      "command": "uvx",
      "args": ["minimax-mcp"],
      "env": {
        "MINIMAX_API_KEY": "sk-..."
      }
    }
  }
}

伺服器隨後將自動可供您的 AI 用戶端使用。

使用情境

  • 在程式開發或聊天介面中,直接用自然語言提示生成圖像或影片。
  • 為 AI 助理加入逼真的語音輸出與自訂聲音複製功能。
  • 建構結合文字、音訊與視覺生成的多模態 AI 代理人。
  • 使用專業級媒體工具快速原型化創意工作流程。

資源

  • Python 程式庫:https://github.com/MiniMax-AI/MiniMax-MCP
  • JavaScript 版本:https://github.com/MiniMax-AI/MiniMax-MCP-JS
  • 官方 MCP 指南:https://platform.minimax.io/docs/guides/mcp-guide
  • Model Context Protocol:https://modelcontextprotocol.io

注意:這是核心的多模態 MCP 伺服器。另有專門用於程式碼相關網頁搜尋與圖像理解工具的 MiniMax-Coding-Plan-MCP

Tags

mcpmcp-serverminimaxttstext-to-speechvoice-cloningimage-generationvideo-generationmultimodalpythonai

Related Entries

Keep exploring similar tools and resources in this category.

Browse MCP Servers
Agent Reach logo

Agent Reach

MCP Servers

Agent 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.

TinyFish logo

TinyFish

MCP Servers

TinyFish 為相容 MCP 的 AI 助手提供網頁自動化、網路搜尋、內容擷取以及遠端瀏覽器會話工具。代管的 MCP 伺服器使用 OAuth 2.1,而可選的本地 @tiny-fish/mcp 代理支援 API 金鑰驗證,適用於僅限本地、CI 及無頭設定。

X MCP logo

X MCP

MCP Servers

X MCP 是 X 官方託管的 Model Context Protocol 伺服器,可讓相容 MCP 的 AI 工具呼叫 X API 端點。它透過 xurl 橋接 OAuth 使用者情境,支援貼文搜尋、使用者查詢、書籤、趨勢、新聞和 Articles 等工作流程。

Crunchbase MCP logo

Crunchbase MCP

MCP Servers

Crunchbase MCP is Crunchbase's official first-party remote MCP server for live company, funding, investor, people, acquisition, and predictive private-market intelligence. Interactive access uses a Crunchbase account with an assigned MCP seat and OAuth 2.1 authentication.

viewmax mcp logo

viewmax mcp

MCP Servers

ViewMax 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 logo

TinyFish

MCP Servers

TinyFish 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.