Skip to content

Commit 2f34242

Browse files
authored
Merge branch 'main' into scrape-issue-112
2 parents 515d03b + 02903df commit 2f34242

File tree

2 files changed

+192
-0
lines changed

2 files changed

+192
-0
lines changed
Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,88 @@
1+
{
2+
"display_name": "EdgeOne Pages MCP",
3+
"license": "MIT",
4+
"tags": [
5+
"html",
6+
"deployment",
7+
"edge functions",
8+
"kv store",
9+
"static content",
10+
"serverless",
11+
"mcp",
12+
"tencent",
13+
"edgeone"
14+
],
15+
"installations": {
16+
"npm": {
17+
"type": "npm",
18+
"command": "npx",
19+
"args": [
20+
"edgeone-pages-mcp"
21+
],
22+
"description": "Run EdgeOne Pages MCP server using npx"
23+
}
24+
},
25+
"examples": [
26+
{
27+
"title": "",
28+
"description": "",
29+
"prompt": "Deploy a simple HTML page with a hello world message"
30+
},
31+
{
32+
"title": "",
33+
"description": "",
34+
"prompt": "Create a landing page with a contact form"
35+
},
36+
{
37+
"title": "",
38+
"description": "",
39+
"prompt": "Generate and deploy a portfolio website"
40+
},
41+
{
42+
"title": "",
43+
"description": "",
44+
"prompt": "Deploy an HTML page with CSS animations"
45+
},
46+
{
47+
"title": "",
48+
"description": "",
49+
"prompt": "Create a product showcase page with images and descriptions"
50+
}
51+
],
52+
"name": "edgeone-pages-mcp",
53+
"repository": {
54+
"type": "git",
55+
"url": "https://github.com/TencentEdgeOne/edgeone-pages-mcp"
56+
},
57+
"homepage": "https://github.com/TencentEdgeOne/edgeone-pages-mcp",
58+
"author": {
59+
"name": "TencentEdgeOne"
60+
},
61+
"description": "An MCP service for deploying HTML content to EdgeOne Pages and obtaining a publicly accessible URL.",
62+
"categories": [
63+
"Web Services"
64+
],
65+
"tools": [
66+
{
67+
"name": "deploy-html",
68+
"description": "Deploy HTML content to EdgeOne Pages, return the public URL",
69+
"inputSchema": {
70+
"type": "object",
71+
"properties": {
72+
"value": {
73+
"type": "string",
74+
"description": "HTML or text content to deploy. Provide complete HTML or text content you want to publish, and the system will return a public URL where your content can be accessed."
75+
}
76+
},
77+
"required": [
78+
"value"
79+
],
80+
"additionalProperties": false,
81+
"$schema": "http://json-schema.org/draft-07/schema#"
82+
}
83+
}
84+
],
85+
"prompts": [],
86+
"resources": [],
87+
"is_official": false
88+
}
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)