AI / ML|Media|ProductivityShell
Generative-Media-Skills
MCP server exposes tools for AI agents to generate and manage media.
N/A rating (0 reviews)0 installs3,011 GitHub stars
AImedia generationMCP server
This server allows AI agents to access a suite of 19 tools for generating, editing, and displaying professional-grade images, videos, and audio. It integrates seamlessly with Claude Desktop, Cursor, and other MCP-compatible agents, leveraging the capabilities of muapi.ai.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"generative-media-skills": {
"args": [
"-y",
"muapi-cli"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.