Skip to content
LangChain

Sonilo Music & Sound Effects for LangChain

io.github.sonilo-ai/sonilo-mcp

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

client:LangChain transport:stdio runtime:pypi

Install Sonilo Music & Sound Effects in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "sonilo-mcp": {
            "transport": "stdio",
            "command": "uvx",
            "args": ["sonilo-mcp"],
        }
})

tools = await client.get_tools()

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

Sonilo Music & Sound Effects in other clients