Skip to content
LangChain

Unreal Engine API Documentation for LangChain

io.github.codeturion/unreal-api-mcp

Accurate UE5 C++ API docs for AI agents. Prevents hallucinated signatures and includes.

client:LangChain transport:stdio runtime:pypi

Install Unreal Engine API Documentation in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

tools = await client.get_tools()

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

Unreal Engine API Documentation in other clients