davidemodolo/MCP_server_local_image_and_music_generation
A local, open-source MCP (Model Context Protocol) server for high-quality batched image and audio generation using SSD-1B and AudioLDM 2.
Platform-specific configuration:
{
"mcpServers": {
"MCP_server_local_image_and_music_generation": {
"command": "npx",
"args": [
"-y",
"MCP_server_local_image_and_music_generation"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
This repository provides a local MCP (Model Context Protocol) server exposing open source image and audio generation tools. Inference runs on your machine using fast and lightweight modern models.
diffusers.segmind/SSD-1Bcvssp/audioldm2mcp_server/main.py: MCP tool definitions and input validationimage_gen/image_generator.py: SSD-1B pipeline and batched image generationaudio_gen/audio_generator.py: AudioLDM2 loading and audio generationconfig.py: defaults and limits (including image batch limit)Loading reviews...