My Painting Club — Painting Lessons for LangChain
io.github.1nzpainter/painting-lessons
Search transcribed painting lessons. Results cite the exact lesson and Vimeo timestamp.
client:LangChain
transport:streamable-http
tools:1
Install My Painting Club — Painting Lessons in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"painting-lessons": {
"transport": "streamable_http",
"url": "https://mypaintingclub.com/kb/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs