Skip to content
LangChain

zh education mcp for LangChain

io.github.malkreide/zh-education-mcp

Canton and City of Zurich education data: schools, statistics, infrastructure

client:LangChain transport:stdio runtime:pypi

Install zh education mcp in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "zh-education-mcp": {
            "transport": "stdio",
            "command": "uvx",
            "args": ["zh-education-mcp"],
        }
})

tools = await client.get_tools()

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

zh education mcp in other clients