★ 5 stars
C#
💻 Code/Dev Tools
Updated 10d ago
An enhanced Unity package to communicate with a local MCP Client via a Python server, with extended material, particle, lighting, UI and physics features.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"reavorse-mcp": {
"command": "npx",
"args": [
"-y",
"HuangChILun/reavorse-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add reavorse-mcp npx -y HuangChILun/reavorse-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"reavorse-mcp": {
"command": "npx",
"args": [
"-y",
"HuangChILun/reavorse-mcp"
]
}
}
}
📋 Copy