-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathserver.json
More file actions
46 lines (46 loc) · 1.16 KB
/
server.json
File metadata and controls
46 lines (46 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.AceDataCloud/mcp-midjourney",
"title": "Midjourney",
"description": "MCP server for Midjourney AI image generation and editing",
"version": "2026.3.19.7",
"icons": [
{
"src": "https://cdn.acedata.cloud/wto43b.png",
"mimeType": "image/png",
"sizes": [
"256x256"
]
}
],
"repository": {
"url": "https://github.com/AceDataCloud/MidjourneyMCP",
"source": "github"
},
"packages": [
{
"identifier": "mcp-midjourney",
"version": "2026.3.19.7",
"transport": {
"type": "stdio"
},
"registryType": "pypi",
"runtimeHint": "uvx",
"environmentVariables": [
{
"name": "ACEDATACLOUD_API_TOKEN",
"description": "API token from Ace Data Cloud (https://platform.acedata.cloud)",
"isRequired": true,
"isSecret": true
}
]
}
],
"websiteUrl": "https://midjourney.mcp.acedata.cloud",
"remotes": [
{
"type": "streamable-http",
"url": "https://midjourney.mcp.acedata.cloud/mcp"
}
]
}