Skip to content
LangChain

NeuroDynamic Audio and LLM APIs for LangChain

tech.neurodynamic/audio-llm

Discover voices and prices; buy narration, transcription and LLM text with capped USDC payments.

client:LangChain transport:stdio runtime:pypi

Install NeuroDynamic Audio and LLM APIs in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

tools = await client.get_tools()

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

NeuroDynamic Audio and LLM APIs in other clients