Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From game-dev
Local stdio MCP server for Unity game engine integration, providing tools for project management, asset access, C# scripting, and build operations in Unity projects.
npx claudepluginhub logos-liber/atlas-agent-teamsCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"unity": {
"command": "npx",
"args": [
"-y",
"@anthropic/mcp-unity"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.