Provides Unity documentation access directly in Claude.
claude mcp add unity-docs -s user -- uvx --from git+https://github.com/Saqoosha/unity-docs-mcp unity-docs-mcp
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"]
}
}
}
Ask Claude about Unity APIs:
- "Tell me about GameObject"
- "How do I use NavMeshAgent?"
- "Search for transform methods"
- 🔍 Fast local search
- 📖 Full API documentation
- 🎯 Version-specific docs (2019.1 - 6000.2)
- 💾 Smart caching (6h API + 24h search)
- ✅ 80 tests
git clone https://github.com/Saqoosha/unity-docs-mcp
cd unity-docs-mcp
python -m venv venv
source venv/bin/activate
pip install -e .
For detailed documentation, see the docs directory.
MIT