Skip to content
LangChain

mozonic for LangChain

com.mozonic/mozonic

AI mixing and mastering: analyze your mixes, run DSP autofix, render stems, and master tracks.

client:LangChain transport:streamable-http

Install mozonic in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "mozonic": {
            "transport": "streamable_http",
            "url": "https://mcp.mozonic.com/mcp",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

mozonic in other clients