mcp-multimedia-server

ThermalEng/mcp-multimedia-server
★ 0 stars Python AI/LLM Updated today
给 LLM agent 外挂小米 MiMo V2.5 多模态能力(MCP):图片/视频/音频理解 + ASR
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-multimedia-serve": {
      "command": "uvx",
      "args": [
        "mcp-multimedia-server"
      ]
    }
  }
}

Or install with pip: pip install mcp-multimedia-server