Skip to content

Commit 163611f

Browse files
committed
chore: update name
1 parent 7afb4f4 commit 163611f

File tree

1 file changed

+28
-6
lines changed

1 file changed

+28
-6
lines changed

mcp-registry/servers/[email protected] renamed to mcp-registry/servers/minimax-mcp.json

Lines changed: 28 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,36 @@
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, \u200bhttps://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": "",
@@ -65,7 +87,7 @@
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"
@@ -79,4 +101,4 @@
79101
"Media Creation"
80102
],
81103
"is_official": false
82-
}
104+
}

0 commit comments

Comments
 (0)