Blueprint Extractor
Freeby MCP Community
MCP server for the Unreal Engine BlueprintExtractor plugin over Remote Control
v8.2.2Added Apr 12, 2026
mcpmodel-context-protocolunreal-engineue5blueprint
Blueprint Extractor MCP Server
MCP server for the Unreal Engine BlueprintExtractor plugin over Remote Control
Installation
Reviews
Installation
Quick install
npx -y blueprint-extractor-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"blueprint-extractor": {
"command": "npx",
"args": ["-y", "blueprint-extractor-mcp"]
}
}
}