Skip to content
LangChain

project human for LangChain

io.github.humanity4ai/project-human

9 humanity skills for AI agents — crisis detection, WCAG 2.2, empathy, cultural sensitivity

client:LangChain transport:stdio runtime:npm

Install project human in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "project-human": {
            "transport": "stdio",
            "command": "npx",
            "args": ["-y", "@humanity4ai/mcp-servers"],
        }
})

tools = await client.get_tools()

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

project human in other clients