Skip to content
LangChain

aetherwave mcp for LangChain

io.github.aetherwave-studio/aetherwave-mcp

Music, image, video and audio generation across top AI providers - one key, one credit pool.

client:LangChain transport:stdio runtime:npm

Install aetherwave mcp in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "aetherwave-mcp": {
            "transport": "stdio",
            "command": "npx",
            "args": ["-y", "@aetherwave-studio/mcp"],
        }
})

tools = await client.get_tools()

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

aetherwave mcp in other clients