Skip to content
LangChain

humanizer for LangChain

io.github.gpthuman-ai/humanizer

Transform AI-generated text into natural, human-sounding content that bypasses AI detectors.

client:LangChain transport:streamable-http runtime:npm tools:1

Install humanizer in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "humanizer": {
            "transport": "streamable_http",
            "url": "https://api.gpthuman.ai/mcp",
        }
})

tools = await client.get_tools()

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

What LangChain can do once it is connected

humanizer in other clients