mcpbeat Sign in

Unity API Documentation MCP Server

local only

Unity API Documentation runs on your own machine — the client starts it, so there is no endpoint to ping. 177 installs a week from pypi. Last commit 19 Jul 2026.

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

Installs per day peak 44 · avg 29 · -13% w/w
a month agotoday
177
Installs / week
pypi · unity-api-mcp
67
Stars
8 open issues
19 Jul 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

Builds a database query by concatenation .github/workflows/build-db.yml:161
      - name: Update release description
        env:
          GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

Nothing serious here today

Today is the operative word: we check Unity API Documentation every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add unity-api-mcp -- uvx unity-api-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "unity-api-mcp": {
      "args": [
        "unity-api-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.unity-api-mcp]
command = "uvx"
args = ["unity-api-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "unity-api-mcp": {
      "args": [
        "unity-api-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "unity-api-mcp": {
      "args": [
        "unity-api-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: UNITY_VERSION (Unity version to serve: 2022, 2023, or 6 (default: auto-detect or 6)), UNITY_PROJECT_PATH (Path to Unity project for auto-detecting version from ProjectSettings/ProjectVersion.txt). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Unity API Documentation

same job, measured the same way
Unreal Engine API Documentation
by codeturion

Accurate UE5 C++ API docs for AI agents. Prevents hallucinated signatures and includes.

163 installs/wk local only
Vibecheck MCP
by vibecheckaiofficial

AI Code Firewall — MCP Server for hallucination prevention in AI development

17 installs/wk local only
JMeter Docs
by qainsights

Apache JMeter community documentation, conversion tools, linters, and calculators for AI agents.

10 tools answering
C
NVIDIA CUDA Docs
by nvidia-ngc-nsight-copilot-api

Search NVIDIA CUDA documentation and code samples from AI coding agents.

answering
TranslateSheet
by translatesheet

Accurate, brand-controlled translation for text, code, images, and documents with terminology.

answering
Lintbase MCP
by madia333

Real-time Firestore schema context for AI coding agents. Stop hallucinating field names.

61 installs/wk local only
Cesium MCP Dev
by gaopengbin

CesiumJS API docs, code generation and development tools for IDE AI assistants.

78 installs/wk local only
Codequiry
by codequiry

Source code plagiarism, peer similarity, and AI-generated-code detection for AI agents.

answering

Unity API Documentation — questions

Answers built from our own checks of this server.

Why is there no uptime for Unity API Documentation?
Unity API Documentation runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package unity-api-mcp was installed 177 times last week.
How do I connect Unity API Documentation?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls unity-api-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Unity API Documentation?
The pypi package unity-api-mcp was installed 177 times in the last week. Week over week that is -13%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Unity API Documentation open source?
Yes — it is published under the MIT licence, written in Python, 67 stars on GitHub and 8 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.