Skip to content

Commit 7afb4f4

Browse files
committed
Update repo with server manifest from issue #110
1 parent 5a4cb75 commit 7afb4f4

File tree

1 file changed

+82
-0
lines changed

1 file changed

+82
-0
lines changed
Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
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": "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"
27+
},
28+
"description": "MiniMax MCP server for Claude Desktop"
29+
}
30+
},
31+
"examples": [
32+
{
33+
"title": "",
34+
"description": "",
35+
"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.'"
36+
},
37+
{
38+
"title": "",
39+
"description": "",
40+
"prompt": "Please list all available voices that I can use for text to speech."
41+
},
42+
{
43+
"title": "",
44+
"description": "",
45+
"prompt": "I'd like to clone a voice using these audio files: [URL to audio file 1, URL to audio file 2]"
46+
},
47+
{
48+
"title": "",
49+
"description": "",
50+
"prompt": "Generate a video of a cat playing piano in a jazz club."
51+
},
52+
{
53+
"title": "",
54+
"description": "",
55+
"prompt": "Create an image of a futuristic cityscape with flying cars and neon lights."
56+
},
57+
{
58+
"title": "",
59+
"description": "",
60+
"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.'"
61+
},
62+
{
63+
"title": "",
64+
"description": "",
65+
"prompt": "Generate a video of a serene mountain landscape with a flowing river and birds flying overhead."
66+
}
67+
],
68+
"name": "@MiniMax-AI/MiniMax-MCP",
69+
"repository": {
70+
"type": "git",
71+
"url": "https://github.com/MiniMax-AI/MiniMax-MCP"
72+
},
73+
"homepage": "https://github.com/MiniMax-AI/MiniMax-MCP",
74+
"author": {
75+
"name": "MiniMax-AI"
76+
},
77+
"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.",
78+
"categories": [
79+
"Media Creation"
80+
],
81+
"is_official": false
82+
}

0 commit comments

Comments
 (0)