Skip to content
LangChain

Doseedo for LangChain

com.doseedo/doseedo

Edit DAW sessions; convert Logic/Ableton/FL/PT/REAPER/Cubase/Dorico; stems, transcribe, generate

client:LangChain transport:streamable-http tools:25

Install Doseedo in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

tools = await client.get_tools()

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

What LangChain can do once it is connected

All 25 tools →

Doseedo in other clients