
Research
Supply Chain Attack on Axios Pulls Malicious Dependency from npm
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.
unity-editor-mcp
Advanced tools
MCP server for Unity Editor integration - enables AI assistants to control Unity Editor
MCP (Model Context Protocol) server for Unity Editor integration. Enables AI assistants like Claude and Cursor to interact directly with Unity Editor for automated game development.
npx unity-editor-mcp
npm install -g unity-editor-mcp
unity-editor-mcp
npm install unity-editor-mcp
npx unity-editor-mcp
https://github.com/ozankasikci/unity-mcp.git?path=unity-editor-mcpAdd to your claude_desktop_config.json:
{
"mcpServers": {
"unity-editor-mcp": {
"command": "npx",
"args": ["unity-editor-mcp"]
}
}
}
{
"mcpServers": {
"unity-editor-mcp": {
"command": "unity-editor-mcp"
}
}
}
ping - Test Unity Editor connectionread_logs - Read Unity console logsrefresh_assets - Trigger asset recompilationcreate_gameobject - Create GameObjects with primitives and transformsfind_gameobject - Find GameObjects by name, tag, layermodify_gameobject - Modify GameObject propertiesdelete_gameobject - Delete GameObjectsget_hierarchy - Get scene hierarchycreate_scene - Create new scenesload_scene - Load scenes (Single/Additive)save_scene - Save current scenelist_scenes - List project scenesget_scene_info - Get scene detailsget_gameobject_details - Deep GameObject inspectionanalyze_scene_contents - Scene statistics and analysisget_component_values - Component property inspectionfind_by_component - Find objects by component typeget_object_references - Analyze object relationshipsplay_game - Start Unity play modepause_game - Pause/resume play modestop_game - Stop play modeget_editor_state - Get editor statefind_ui_elements - Find UI elements by type, tag, or nameclick_ui_element - Click on UI buttons and interactive elementsget_ui_element_state - Get UI element properties and stateset_ui_element_value - Set values for input fields and sliderssimulate_ui_input - Simulate keyboard and mouse input on UIcreate_prefab - Create prefabs from GameObjectsmodify_prefab - Modify existing prefab propertiesinstantiate_prefab - Instantiate prefabs in the scenecreate_material - Create new materials with shadersmodify_material - Modify material properties and textures# Clear npm cache
npm cache clean --force
# Reinstall
npm uninstall -g unity-editor-mcp
npm install -g unity-editor-mcp
Full source code and documentation: https://github.com/ozankasikci/unity-mcp
MIT License - see LICENSE file for details.
FAQs
MCP server for Unity Editor integration - enables AI assistants to control Unity Editor
We found that unity-editor-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.

Security News
TeamPCP is partnering with ransomware group Vect to turn open source supply chain attacks on tools like Trivy and LiteLLM into large-scale ransomware operations.