mimo-mcp-server

AlionSSS/mimo-mcp-server
★ 0 stars TypeScript Memory/Knowledge Updated 7d ago
一个为 MiMo 多模态模型能力提供统一的 Model Context Protocol (MCP) 接口的服务器,支持图像理解、音频理解、视频理解、语音识别和语音合等功能成等功能。
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mimo-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "AlionSSS/mimo-mcp-server"
      ]
    }
  }
}