MCPServers

Summary

A Unity package that enables seamless communication between Unity and Large Language Models (LLMs) like Claude Desktop via the Model Context Protocol (MCP). This server acts as a bridge, allowing Unity to send commands to and receive responses from MCP-compliant tools, empowering developers to automate workflows, manipulate assets, and control the Unity Editor programmatically.

Available Actions(7)

read_console

Gets messages from or clears the console.

manage_script

Manages C# scripts, allowing operations such as create, read, update, and delete.

manage_editor

Controls and queries the editor's state and settings.

manage_scene

Manages scenes with operations like load, save, create, and get hierarchy.

manage_asset

Performs asset operations including import, create, modify, and delete.

manage_gameobject

Manages GameObjects, allowing create, modify, delete, find, and component operations.

execute_menu_item

Executes a menu item via its path (e.g., 'File/Save Project').

Last Updated: April 17, 2025

Community Reviews

0.0
0 reviews
5
0
4
0
3
0
2
0
1
0

No reviews yet. Be the first to review!

Sign in to join the conversation

Coming soon to
HighlightHighlight AI

Language

TypeScript

Categories

Tags