Skip to content
LangChain

musette mcp for LangChain

io.github.musette-cc/musette-mcp

AI soigneur for cyclists: Strava ride to an Ien-Vitse-validated nutrition plan + orderable box.

client:LangChain transport:streamable-http

Install musette mcp in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "musette-mcp": {
            "transport": "streamable_http",
            "url": "https://mcp.musette.cc",
        }
})

tools = await client.get_tools()

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

musette mcp in other clients