Loading...

PiAPI MCP server enables AI models to generate media via PiAPI's API, supporting image, video, and audio creation with tools like Midjourney, Kling, and Luma.
Boost this tool
Subscribe to listing upgrades or segmented pushes.
PiAPI MCP server enables AI models to generate media via PiAPI's API, supporting image, video, and audio creation with tools like Midjourney, Kling, and Luma.
This server is relatively safe for generating media content, but the risk of unintended content generation and API key exposure exists. It's crucial to protect the API key and monitor API usage to prevent unexpected costs. Using the server in a sandboxed environment can further mitigate risks.
Performance depends on the PiAPI service and network latency. Time-consuming tasks may hit Claude's timeout limits.
Costs are determined by PiAPI's pricing model. Be mindful of API usage to avoid unexpected charges.
npx -y @smithery/cli install piapi-mcp-server --client claude{
"mcpServers": {
"piapi": {
"command": "node",
"args": ["/absolute/path/to/piapi-mcp-server/dist/index.js"],
"env": {
"PIAPI_API_KEY": "your_api_key_here"
}
}
}
}PIAPI_API_KEYFlux Image generationGenerates images from text or image prompts using Flux.
Generates content, potential for misuse.
Hunyuan Video generationGenerates videos from text or image prompts using Hunyuan.
Generates content, potential for misuse.
Skyreels Video generationGenerates videos from image prompts using Skyreels.
Generates content, potential for misuse.
Wan Video generationGenerates videos from text or image prompts using Wan.
Generates content, potential for misuse.
MMAudio Music generationGenerates music from video using MMAudio.
Generates content, potential for misuse.
TTS Zero-Shot voice generationGenerates voice from text using TTS Zero-Shot.
Generates content, potential for misuse.
Kling Video and Effects generationGenerates videos and effects using Kling.
Generates content, potential for misuse.
Luma Dream Machine video generationGenerates videos using Luma Dream Machine.
Generates content, potential for misuse.
Trellis 3D model generationGenerates 3D models from images using Trellis.
Generates content, potential for misuse.
Suno Music generationGenerates music using Suno.
Generates content, potential for misuse.
API Key
cloud
This server is relatively safe for generating media content, but the risk of unintended content generation and API key exposure exists. It's crucial to protect the API key and monitor API usage to prevent unexpected costs. Using the server in a sandboxed environment can further mitigate risks.
The server operates with the permissions granted by the API key. Ensure the key is appropriately scoped to limit potential damage.
Production Tip
Monitor API usage and set up alerts for unexpected activity to prevent cost overruns or abuse.
It's a server that allows AI models to generate media content using PiAPI's API.
You can install it manually or via Smithery, following the instructions in the README.
Add the server configuration to your Claude Desktop configuration file.
You can generate images, videos, and audio using various tools like Midjourney, Kling, and Luma.
It uses API key authentication, but it's important to protect your API key and monitor usage.
Costs are determined by PiAPI's pricing model, so be mindful of API usage.
Errors are likely propagated from the PiAPI service. Check the PiAPI documentation for troubleshooting.