Server data from the Official MCP Registry
Headless Blender asset QA over MCP: background script runs and FBX reimport verification.
Headless Blender asset QA over MCP: background script runs and FBX reimport verification.
This is a well-designed MCP server for headless Blender asset verification with appropriate security controls. The codebase demonstrates good practices: process timeout enforcement, bounded output capture, proper input validation via Zod, and explicit rejection of telemetry/remote access. The server's purpose aligns well with its permissions (file I/O, process spawning). One hardcoded Windows path exists but is a local development default, not a credential leak. Minor code quality notes do not materially impact security. Supply chain analysis found 1 known vulnerability in dependencies (0 critical, 1 high severity). Package verification found 1 issue.
5 files analyzed · 5 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: BLENDER_EXE
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-ellmos-ai-ellmos-blender-use-mcp": {
"env": {
"BLENDER_EXE": "your-blender-exe-here"
},
"args": [
"-y",
"ellmos-blender-use-mcp"
],
"command": "npx"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.