Skip to content
LangChain

AI Worlds CLI Knowledge for LangChain

com.claude-world/worlds-knowledge

Source-checked CLI guides and model-aware planning for Claude Code, Codex, and Grok Build.

client:LangChain transport:streamable-http tools:12

Install AI Worlds CLI Knowledge in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "worlds-knowledge": {
            "transport": "streamable_http",
            "url": "https://mcp.claude-world.com/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

AI Worlds CLI Knowledge in other clients