Skip to content
LangChain

Coach Watts for LangChain

com.coachwatts/coach-watts

Remote MCP server for training, nutrition, wellness, and performance data with OAuth 2.0.

client:LangChain transport:streamable-http

Install Coach Watts in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "coach-watts": {
            "transport": "streamable_http",
            "url": "https://coachwatts.com/mcp",
        }
})

tools = await client.get_tools()

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

Coach Watts in other clients