NTNU Courses (unofficial) for LangChain
io.github.martinsa04/ntnu-mcp
Unofficial NTNU course data: search, timetables, grades, course info, and exam logistics.
client:LangChain
transport:streamable-http
tools:12
Install NTNU Courses (unofficial) in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"ntnu-mcp": {
"transport": "streamable_http",
"url": "https://ntnu-mcp.martinsundal.no/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs