2020 " minimax-mcp"
2121 ],
2222 "env" : {
23- "MINIMAX_API_KEY" : " insert-your-api-key-here " ,
24- "MINIMAX_MCP_BASE_PATH" : " local-output-dir-path, such as /User/xxx/Desktop " ,
25- "MINIMAX_API_HOST" : " api host, \u200b https://api.minimaxi.chat|https://api.minimax.chat " ,
26- "MINIMAX_API_RESOURCE_MODE" : " optional, [url|local], url is default, audio/image/video are downloaded locally or provided in URL format "
23+ "MINIMAX_API_KEY" : " ${MINIMAX_API_KEY} " ,
24+ "MINIMAX_MCP_BASE_PATH" : " ${MINIMAX_MCP_BASE_PATH} " ,
25+ "MINIMAX_API_HOST" : " ${MINIMAX_API_HOST} " ,
26+ "MINIMAX_API_RESOURCE_MODE" : " ${MINIMAX_API_RESOURCE_MODE} "
2727 },
2828 "description" : " MiniMax MCP server for Claude Desktop"
2929 }
3030 },
31+ "arguments" : {
32+ "MINIMAX_API_KEY" : {
33+ "description" : " MiniMax API key" ,
34+ "required" : true ,
35+ "examples" : " insert-your-api-key-here"
36+ },
37+ "MINIMAX_MCP_BASE_PATH" : {
38+ "description" : " Local output directory path" ,
39+ "required" : true ,
40+ "examples" : " /User/xxx/Desktop"
41+ },
42+ "MINIMAX_API_HOST" : {
43+ "description" : " API host" ,
44+ "required" : true ,
45+ "examples" : " https://api.minimaxi.chat|https://api.minimax.chat"
46+ },
47+ "MINIMAX_API_RESOURCE_MODE" : {
48+ "description" : " Resource mode" ,
49+ "required" : true ,
50+ "examples" : " [url|local]"
51+ }
52+ },
3153 "examples" : [
3254 {
3355 "title" : " " ,
6587 "prompt" : " Generate a video of a serene mountain landscape with a flowing river and birds flying overhead."
6688 }
6789 ],
68- "name" : " @MiniMax-AI/MiniMax-MCP " ,
90+ "name" : " minimax-mcp " ,
6991 "repository" : {
7092 "type" : " git" ,
7193 "url" : " https://github.com/MiniMax-AI/MiniMax-MCP"
79101 " Media Creation"
80102 ],
81103 "is_official" : false
82- }
104+ }
0 commit comments