Skip to content
LangChain

Unity API Documentation for LangChain

io.github.codeturion/unity-api-mcp

Accurate Unity API docs (2022/2023/6) for AI agents. Prevents hallucinated signatures.

client:LangChain transport:stdio runtime:pypi

Install Unity API Documentation in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

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

tools = await client.get_tools()

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

Unity API Documentation in other clients