# Blender MCP

> Blender MCP is a community-maintained MCP server from Blender community. Anomity scores its risk at 100 out of 100 (critical). It matches 3 dangerous capability combinations.

- **Canonical URL:** https://catalog.anomity.ai/mcp/blender-mcp
- **Kind:** MCP server
- **Publisher:** Blender community
- **Trust level:** community
- **Risk score:** 100/100 (critical)
- **Website:** https://github.com/ahujasid/blender-mcp
- **Repository:** https://github.com/ahujasid/blender-mcp
- **Last updated:** 2026-09-02
- **JSON:** https://catalog.anomity.ai/api/entries/mcp/blender-mcp

## Description

An MCP server that connects an agent to Blender's Python API, letting a model create and modify 3D scenes, run geometry operations, and render — driving a desktop application through scripted commands.

The capability that matters is that Blender's Python API is general-purpose Python. A server exposing it is effectively exposing code execution on the host, which is why this entry declares shell execution alongside filesystem access and outbound network — a combination Anomity flags as full control. That is not a criticism of the project, it is the honest shape of scripting-API bridges generally. Run it in a sandbox or a container, not on the workstation holding your signing keys.

## Why it scored 100

The score starts at the catalog's neutral base of 50 and moves only through the signals below. The formula is published at https://catalog.anomity.ai/about — there is no model and no hidden heuristic.

| Signal | Contribution | Severity | Evidence |
| --- | --- | --- | --- |
| Established community project | -10 | trust offset |  |
| 2 high-risk capabilities: shell:execute, filesystem:write | +20 | critical |  |
| Data exfiltration risk (high) | +15 | high | Shell execution combined with outbound network access can exfiltrate arbitrary data from the machine. |
| Persistence + execution risk (medium) | +5 | medium | Shell execution plus filesystem write means the agent can plant persistent backdoors (e.g. modifying startup scripts). |
| Full-control risk (critical) | +25 | critical | Shell + filesystem write + network is effectively a remote shell on the employee machine. |

Clamped result: **100/100**, band **critical**.

## Capabilities

| Capability | Name | Security implication |
| --- | --- | --- |
| `shell:execute` | Shell execution | Can run arbitrary shell commands. Combined with network access this becomes effectively a remote shell. |
| `filesystem:read` | Filesystem read | Can read files on the host system. Used for context, indexing, or analysis. |
| `filesystem:write` | Filesystem write | Can create, edit, or delete files on the host system. High-impact capability — anything from helpful edits to planting persistence. |
| `network:outbound` | Outbound network | Can make outbound network requests. Required for hosted model providers and remote APIs; also the path for data exfiltration if combined with read access. |

## Dangerous combinations matched

### Data exfiltration risk (high)

Shell execution combined with outbound network access can exfiltrate arbitrary data from the machine.

Capabilities: `shell:execute`, `network:outbound`

### Persistence + execution risk (medium)

Shell execution plus filesystem write means the agent can plant persistent backdoors (e.g. modifying startup scripts).

Capabilities: `shell:execute`, `filesystem:write`

### Full-control risk (critical)

Shell + filesystem write + network is effectively a remote shell on the employee machine.

Capabilities: `shell:execute`, `filesystem:write`, `network:outbound`

## Related MCP servers

- [Magic MCP](https://catalog.anomity.ai/mcp/magic-mcp) — risk 20 (low)
- [ElevenLabs MCP Server](https://catalog.anomity.ai/mcp/elevenlabs-mcp-server) — risk 45 (medium)
- [MiniMax MCP Server](https://catalog.anomity.ai/mcp/minimax-mcp-server) — risk 45 (medium)
- [Filesystem](https://catalog.anomity.ai/mcp/filesystem) — risk 20 (low)
- [Memory](https://catalog.anomity.ai/mcp/memory) — risk 20 (low)
- [Playwright MCP](https://catalog.anomity.ai/mcp/playwright-mcp) — risk 20 (low)

---

Source: Anomity Catalog (https://catalog.anomity.ai/). Scoring methodology: https://catalog.anomity.ai/about. Machine-readable index: https://catalog.anomity.ai/llms.txt · https://catalog.anomity.ai/openapi.json
