Home/Directory/Developer Tools/Unity

Unity

@CoderGamester · github.com/CoderGamester/mcp-unity

MCP Server for Unity3d Game Engine integration for game development

ClaimedDeveloper Toolsstdiolocal auth
GitHub

Install one command

terminal
$ npx @modelcontextprotocol/inspector node Server~/build/index.js

Or add it with the Claude CLI: claude mcp add codergamester-mcp-unity

Tools exposed 20 tools

execute_menu_item
select_gameobject
update_gameobject
update_component
add_package
run_tests
send_console_log
add_asset_to_scene
create_prefab
create_scene
load_scene
delete_scene
get_gameobject
get_console_logs
recompile_scripts
save_scene
get_scene_info
unload_scene
duplicate_gameobject
delete_gameobject

Configuration claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "codergamester-mcp-unity": {
      "command": "npx",
      "args": ["@modelcontextprotocol/inspector", "node", "Server~/build/index.js"],
      "env": {
        "UNITY_PORT": "<your-unity-port>",
        "UNITY_REQUEST_TIMEOUT": "<your-unity-request-timeout>",
        "UNITY_HOST": "<your-unity-host>",
        "LOGGING_FILE": "<your-logging-file>"
      }
    }
  }
}

Paste under mcpServers in your config, then restart Claude Desktop. For Claude Code, reference this server in your project's CLAUDE.md.

Related

Similar servers

More in Developer Tools
Compare
@modelcontextprotocol

Reference / test server with prompts, resources, and tools.

Developer Toolsstdio no-auth
87k1w ago0 toolslocal
$npx -y @modelcontextprotocol/server-everything
Compare

Official GitHub server for integration with repository management, PRs, issues, and more.

Developer Toolsstdio auth
30.5k5d ago20 toolslocal
Install command unavailable — see repo
Compare
@jlowin

A high-level framework for building MCP servers in Python

Developer Toolsstdio no-auth
25.6k1w ago0 toolslocal
Install command unavailable — see repo