HomeDesign & Media › Sonilo Music & Sound Effects

Sonilo Music & Sound Effects

Licensed soundtracks and sound effects matched to your video. Commercial use OK.

Python
★ 53 stars Last pushed 2026-09-19 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 0.27.0)

uvx sonilo-mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "sonilo-mcp": {
      "command": "uvx",
      "args": [
        "sonilo-mcp"
      ],
      "env": {
        "SONILO_API_KEY": "<YOUR_VALUE>",
        "SONILO_API_URL": "<YOUR_VALUE>",
        "SONILO_MCP_BASE_PATH": "<YOUR_VALUE>",
        "TIME_OUT_SECONDS": "<YOUR_VALUE>"
      }
    }
  }
}
  • SONILO_API_KEY secret — Sonilo API key from platform.sonilo.com/dashboard/api-keys. Optional: leave it unset to use the credential written by `sonilo login`.
  • SONILO_API_URL — Public API base URL
  • SONILO_MCP_BASE_PATH — Default output directory and file-access confinement boundary
  • TIME_OUT_SECONDS — Generation timeout in seconds

Related servers

Data from the Official MCP Registry