A Model Context Protocol (MCP) server designed for Unity3d Game Engine integration, allowing seamless AI-assisted development and tooling within Unity projects.
Loading more......
An MCP server implementation for the Unity Editor and Unity-based games, enabling integration between AI agents and Unity projects. Ideal for developers wanting to connect AI assistants or tools via the Model Context Protocol to Unity environments.
A desktop application that acts as an MCP host, allowing users to connect and interact with various MCP servers. Essential for testing and using MCP servers, making it highly relevant for the Awesome MCP Servers ecosystem.
Flipt’s MCP server allows AI assistants and LLMs to interact with feature flags, segments, and evaluations via a standardized MCP interface. An example of a Model Context Protocol server for feature flag management.
An MCP server to share code context with LLMs, supporting clipboard and protocol-based interactions.
Official reference implementations and community-built MCP servers that demonstrate secure tool access for LLMs and serve as a foundation for new MCP server deployments.
MCP server for controlling and interacting with the Unity3d Game Engine, tailored for game development tasks.
Category: Development Tools / MCP Servers
Tags: unity3d, game-development, ai-integration, open-source
Source: GitHub Repository
MCP Unity is an implementation of the Model Context Protocol (MCP) server designed to integrate the Unity Editor game engine with various AI model clients such as Claude Desktop, Windsurf, and Cursor. It provides a bridge between Unity and a Node.js server implementing the MCP protocol, enabling AI-assisted development and tooling within Unity projects.
AI Integration Tools for Unity:
execute_menu_item: Executes Unity menu items (functions tagged with the MenuItem attribute).select_object: Selects game objects in the Unity hierarchy.package_manager: Installs, removes, and updates packages via the Unity Package Manager.run_tests: Runs tests using Unity Test Runner.notify_message: Displays messages in the Unity Editor.Resource Retrieval:
get_menu_items: Lists all available Unity Editor menu items.get_hierarchy: Lists all game objects in the Unity hierarchy.get_console_logs: Retrieves logs from the Unity console.get_packages: Information about installed and available packages in the Unity Package Manager.get_assets: Information about assets in the Unity Asset Database.get_tests: Information about tests in the Unity Test Runner.Configuration & Customization:
Platform Requirements:
Installation:
Debugging & Logging:
Open Source: