Skip to content
LangChain

MAXential Thinking MCP for LangChain

io.github.bam-devcrew/maxential-thinking-mcp

11 focused tools for structured thinking, branching, revision, and navigation.

client:LangChain transport:stdio runtime:npm

Install MAXential Thinking MCP in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "maxential-thinking-mcp": {
            "transport": "stdio",
            "command": "npx",
            "args": ["-y", "@bam-devcrew/maxential-thinking-mcp"],
        }
})

tools = await client.get_tools()

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

MAXential Thinking MCP in other clients