unai-unity-ai-connector

experir/unai-unity-ai-connector
★ 3 stars C# 🤖 AI/LLM Updated 1mo ago
Universal AI Connector for Unity. Unified C# API for OpenAI, Claude, Gemini, Mistral, Ollama + 5 more. AI agents with tool calling, built-in MCP server, editor assistant with lot of tools. One package for runtime, agents, and MCP.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "unai-unity-ai-connec": {
      "command": "npx",
      "args": [
        "-y",
        "experir/unai-unity-ai-connector"
      ]
    }
  }
}

Topics

aianthropicchatbotchatgptclaudedeepseekgeminillmmcpmistralnpcollamaopenaiunityunity-plugin