★ 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.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"unai-unity-ai-connec": {
"command": "npx",
"args": [
"-y",
"experir/unai-unity-ai-connector"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add unai-unity-ai-connec npx -y experir/unai-unity-ai-connector
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"unai-unity-ai-connec": {
"command": "npx",
"args": [
"-y",
"experir/unai-unity-ai-connector"
]
}
}
}
📋 Copy
Topics
ai anthropic chatbot chatgpt claude deepseek gemini llm mcp mistral npc ollama openai unity unity-plugin