
Unity Docs
โ 9from Saqoosha
Search and retrieve Unity documentation and API references locally with smart version handling.
๐ฅ๐ฅ๐ฅโ VerifiedFreeQuick setup
Unity Docs MCP Server
Provides Unity documentation access directly in Claude.
โ ๏ธ Disclaimer: This is an unofficial community project. Unity Technologies is not affiliated with and does not endorse or support this project.
Features
- ๐ Fast local search
- ๐ Full API documentation
- ๐ฏ Version-specific docs (2019.1 - 6000.2)
- ๐พ Smart caching (6h API + 24h search)
- โ 80 tests
Development
git clone https://github.com/Saqoosha/unity-docs-mcp
cd unity-docs-mcp
python -m venv venv
source venv/bin/activate
pip install -e .Documentation
For detailed documentation, see the docs directory.
License
MIT
Copy & paste โ that's it
claude mcp add unity-docs -s user -- uvx --from git+https://github.com/Saqoosha/unity-docs-mcp unity-docs-mcpInstallation
Claude Code
claude mcp add unity-docs -s user -- uvx --from git+https://github.com/Saqoosha/unity-docs-mcp unity-docs-mcpClaude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"unity-docs": {
"command": "uvx",
"args": ["--from", "git+https://github.com/Saqoosha/unity-docs-mcp", "unity-docs-mcp"]
}
}
}Usage
Ask Claude about Unity APIs:
- "Tell me about GameObject"
- "How do I use NavMeshAgent?"
- "Search for transform methods"
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.