Note: Make sure to restart Cline after adding the configuration.
1{2 "mcpServers": {3 "minimax-mcp": {4 "env": {5 "MINIMAX_API_KEY": "insert-your-api-key-here",6 "MINIMAX_API_HOST": "api host, https://api.minimaxi.chat|https://api.minimax.chat",7 "MINIMAX_MCP_BASE_PATH": "local-output-dir-path, such as /User/xxx/Desktop",8 "MINIMAX_API_RESOURCE_MODE": "optional, [url|local], url is default, audio/image/video are downloaded locally or provided in URL format"9 },10 "args": [11 "minimax-mcp",12 "-y"13 ],14 "command": "uvx"15 }16 }17}
暂无评论. 成为第一个评论的人!
登录以参与讨论