apinetwork/piapi-mcp-server
π βοΈ PiAPI MCP server makes users able to generate media content with Midjourney/Flux/Kling/Hunyuan/Udio/Trellis directly from Claude or any other MCP-compatible apps.
Quick Start
Clone the repository:
git clone https://github.com/apinetwork/piapi-mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"piapi-mcp-server": {
"command": "npx",
"args": [
"-y",
"apinetwork/piapi-mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.