Terminal-native AIGC toolkit: multi-provider image/video/audio generation, Midjourney, chat, AIGC forensics, knowledge base, MCP Server. 终端原生 AIGC 工具包:多厂商图片/视频/音频生成、Midjourney、AI 对话、AIGC 取证、知识库、MCP 集成。
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"aigc-cli": {
"command": "go",
"args": [
"run",
"github.com/martianzhang/aigc-cli@latest"
]
}
}
}
Run in terminal:
claude mcp add aigc-cli go run github.com/martianzhang/aigc-cli@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"aigc-cli": {
"command": "go",
"args": [
"run",
"github.com/martianzhang/aigc-cli@latest"
]
}
}
}