Skip to main content

MCP for Unity Server: A Unity package for Unity Editor integration via the Model Context Protocol (MCP).

Project description

MCP for Unity Server

MCP python License Discord

Model Context Protocol server for Unity Editor integration. Control Unity through natural language using AI assistants like Claude, Cursor, and more.

Maintained by Coplay - This project is not affiliated with Unity Technologies.

💬 Join our community: Discord Server

Required: Install the Unity MCP Plugin to connect Unity Editor with this MCP server. You also need uvx (requires uv) to run the server.


Installation

Option 1: PyPI

Install and run directly from PyPI using uvx.

Run Server (HTTP):

uvx --from mcpforunityserver mcp-for-unity --transport http --http-url http://localhost:8080

MCP Client Configuration (HTTP):

{
  "mcpServers": {
    "UnityMCP": {
      "url": "http://localhost:8080/mcp"
    }
  }
}

MCP Client Configuration (stdio):

{
  "mcpServers": {
    "UnityMCP": {
      "command": "uvx",
      "args": [
        "--from",
        "mcpforunityserver",
        "mcp-for-unity",
        "--transport",
        "stdio"
      ]
    }
  }
}

Option 2: From GitHub Source

Use this to run the latest released version from the repository. Change the version to main to run the latest unreleased changes from the repository.

{
  "mcpServers": {
    "UnityMCP": {
      "command": "uvx",
      "args": [
        "--from",
        "git+https://github.com/CoplayDev/unity-mcp@v9.2.0#subdirectory=Server",
        "mcp-for-unity",
        "--transport",
        "stdio"
      ]
    }
  }
}

Option 3: Docker

Use Pre-built Image:

docker run -p 8080:8080 msanatan/mcp-for-unity-server:latest --transport http --http-url http://0.0.0.0:8080

Build Locally:

docker build -t unity-mcp-server .
docker run -p 8080:8080 unity-mcp-server --transport http --http-url http://0.0.0.0:8080

Configure your MCP client with "url": "http://localhost:8080/mcp".

Option 4: Local Development

For contributing or modifying the server code:

# Clone the repository
git clone https://github.com/CoplayDev/unity-mcp.git
cd unity-mcp/Server

# Run with uv
uv run src/main.py --transport stdio

Configuration

The server connects to Unity Editor automatically when both are running. No additional configuration needed.

Environment Variables:

  • DISABLE_TELEMETRY=true - Opt out of anonymous usage analytics
  • LOG_LEVEL=DEBUG - Enable detailed logging (default: INFO)

Example Prompts

Once connected, try these commands in your AI assistant:

  • "Create a 3D player controller with WASD movement"
  • "Add a rotating cube to the scene with a red material"
  • "Create a simple platformer level with obstacles"
  • "Generate a shader that creates a holographic effect"
  • "List all GameObjects in the current scene"

Documentation

For complete documentation, troubleshooting, and advanced usage:

📖 Full Documentation


Requirements

  • Python: 3.10 or newer
  • Unity Editor: 2021.3 LTS or newer
  • uv: Python package manager (Installation Guide)

License

MIT License - See LICENSE

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mcpforunityserver-9.3.0b20260128055651.tar.gz (153.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mcpforunityserver-9.3.0b20260128055651-py3-none-any.whl (192.9 kB view details)

Uploaded Python 3

File details

Details for the file mcpforunityserver-9.3.0b20260128055651.tar.gz.

File metadata

File hashes

Hashes for mcpforunityserver-9.3.0b20260128055651.tar.gz
Algorithm Hash digest
SHA256 d2bf58dc5f98da8e6abb6f044c48303ce96345cbaae6361debc5f6e3a2e1532a
MD5 1b30feaee89a17fc3b65d09022980d55
BLAKE2b-256 c94bf3dd9e94fb31dc32e94d89fc4c8c67bc064591de1005b496583c0f3eaf9c

See more details on using hashes here.

Provenance

The following attestation bundles were made for mcpforunityserver-9.3.0b20260128055651.tar.gz:

Publisher: beta-release.yml on CoplayDev/unity-mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mcpforunityserver-9.3.0b20260128055651-py3-none-any.whl.

File metadata

File hashes

Hashes for mcpforunityserver-9.3.0b20260128055651-py3-none-any.whl
Algorithm Hash digest
SHA256 dc0a5a7ab4072bd663c21d7291bf97f0a65ef99e1af691dcd6df0cb7a403336a
MD5 b6b295f9491277f6e8b0e534decffa8c
BLAKE2b-256 dfb63b753fc87c5aec4c08a2e9c72b9564e72aae47e7b5e791276bb1e4adc917

See more details on using hashes here.

Provenance

The following attestation bundles were made for mcpforunityserver-9.3.0b20260128055651-py3-none-any.whl:

Publisher: beta-release.yml on CoplayDev/unity-mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page