Skip to content

Commit e3cc854

Browse files
authored
Merge branch 'main' into scrape-issue-111
2 parents 4928d02 + d7cf477 commit e3cc854

File tree

1 file changed

+104
-0
lines changed

1 file changed

+104
-0
lines changed
Lines changed: 104 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,104 @@
1+
{
2+
"display_name": "MiniMax Model Context Protocol Server",
3+
"license": "MIT",
4+
"tags": [
5+
"text-to-speech",
6+
"voice-clone",
7+
"video-generation",
8+
"image-generation",
9+
"MCP",
10+
"API",
11+
"Claude",
12+
"Cursor",
13+
"Windsurf"
14+
],
15+
"installations": {
16+
"uvx": {
17+
"type": "uvx",
18+
"command": "uvx",
19+
"args": [
20+
"minimax-mcp"
21+
],
22+
"env": {
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}"
27+
},
28+
"description": "MiniMax MCP server for Claude Desktop"
29+
}
30+
},
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+
},
53+
"examples": [
54+
{
55+
"title": "",
56+
"description": "",
57+
"prompt": "Can you convert this text to speech? 'Welcome to the MiniMax Model Context Protocol server. This is a test of the text to speech functionality.'"
58+
},
59+
{
60+
"title": "",
61+
"description": "",
62+
"prompt": "Please list all available voices that I can use for text to speech."
63+
},
64+
{
65+
"title": "",
66+
"description": "",
67+
"prompt": "I'd like to clone a voice using these audio files: [URL to audio file 1, URL to audio file 2]"
68+
},
69+
{
70+
"title": "",
71+
"description": "",
72+
"prompt": "Generate a video of a cat playing piano in a jazz club."
73+
},
74+
{
75+
"title": "",
76+
"description": "",
77+
"prompt": "Create an image of a futuristic cityscape with flying cars and neon lights."
78+
},
79+
{
80+
"title": "",
81+
"description": "",
82+
"prompt": "Can you broadcast this as a news segment? 'Breaking news: Scientists have discovered a new species of deep-sea creature that glows in the dark.'"
83+
},
84+
{
85+
"title": "",
86+
"description": "",
87+
"prompt": "Generate a video of a serene mountain landscape with a flowing river and birds flying overhead."
88+
}
89+
],
90+
"name": "minimax-mcp",
91+
"repository": {
92+
"type": "git",
93+
"url": "https://github.com/MiniMax-AI/MiniMax-MCP"
94+
},
95+
"homepage": "https://github.com/MiniMax-AI/MiniMax-MCP",
96+
"author": {
97+
"name": "MiniMax-AI"
98+
},
99+
"description": "Here is a concise description paragraph focused on what the MiniMax project does:\n\nMiniMax is an official server that enables interaction with powerful text-to-speech, voice cloning, video generation, and image generation APIs through the MiniMax Model Context Protocol (MCP). It allows MCP clients like Claude Desktop, Cursor, Windsurf, and OpenAI Agents to generate speech, clone voices, create videos and images, and more.",
100+
"categories": [
101+
"Media Creation"
102+
],
103+
"is_official": false
104+
}

0 commit comments

Comments
 (0)