Skip to content
Cursor

Unity API Documentation for Cursor

io.github.codeturion/unity-api-mcp

Accurate Unity API docs (2022/2023/6) for AI agents. Prevents hallucinated signatures.

client:Cursor transport:stdio runtime:pypi

Install Unity API Documentation in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "unity-api-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "unity-api-mcp"
      ],
      "env": {
        "UNITY_VERSION": "<UNITY_VERSION>",
        "UNITY_PROJECT_PATH": "<UNITY_PROJECT_PATH>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Unity API Documentation in other clients