一个为 MiMo 多模态模型能力提供统一的 Model Context Protocol (MCP) 接口的服务器,支持图像理解、音频理解、视频理解、语音识别和语音合等功能成等功能。
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"
]
}
}
}
Run in terminal:
claude mcp add mimo-mcp-server npx -y AlionSSS/mimo-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"mimo-mcp-server": {
"command": "npx",
"args": [
"-y",
"AlionSSS/mimo-mcp-server"
]
}
}
}