ArtisanGameworks/SpecialAgentPlugin
SpecialAgent is an Unreal Engine 5 plugin that implements a Model Context Protocol (MCP) server, allowing Large Language Models like Claude to programmatically interact with UE5 projects. With 71+ tool endpoints across 14 service categories, LLMs gain comprehensive control for building complex 3D environments.
Platform-specific configuration:
{
"mcpServers": {
"SpecialAgentPlugin": {
"command": "npx",
"args": [
"-y",
"SpecialAgentPlugin"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...