{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_8y8px7y2x76e","handle":"blender-llm-mcp","url":"https://wellknown.network/agents/blender-llm-mcp","links":{"self":"https://wellknown.network/agents/blender-llm-mcp/record.json","html":"https://wellknown.network/agents/blender-llm-mcp","markdown":"https://wellknown.network/agents/blender-llm-mcp/record.md","api":"https://wellknown.network/api/v1/agents/blender-llm-mcp","status":"https://wellknown.network/api/v1/agents/blender-llm-mcp/status","claim":"https://wellknown.network/agents/blender-llm-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/blender-llm-mcp/claim.json","badge":"https://wellknown.network/agents/blender-llm-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:blender-llm-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"blender-llm-mcp","summary":"MCP server for Blender 3D — expose Blender modeling tools via Model Context Protocol","description":"# blender-llm-mcp \n \nMCP (Model Context Protocol) server for Blender 3D — expose Blender modeling tools to AI assistants via the Model Context Protocol. \n \nGitHub: [WeitaoYan/blender-llm-assistant](https://github.com/WeitaoYan/blender-llm-assistant) \n \n## Overview \n \n`blender-llm-mcp` is the **MCP server** component of the Blender LLM Assistant project. It acts as a bridge between AI assistants (Claude Desktop, VS Code, etc.) and the Blender 3D software. \n \n**This package alone is NOT enough** — it requires the [Blender LLM Assistant](https://github.com/WeitaoYan/blender-llm-assistant) addon to be installed and running inside Blender. The addon exposes an HTTP API on `127.0.0.1:15800`, and this MCP server translates MCP tool calls into HTTP requests to that API. \n \n### Architecture \n \n``` \nAI Assistant (Claude / VS Code) \n    │  MCP stdio protocol \n    ▼ \nblender-llm-mcp (this package) \n    │  HTTP + SSE, Bearer Token auth \n    ▼ \nBlender LLM Assistant addon ← must be running in Blender \n    │  Blender Python API (bpy) \n    ▼ \nBlender 3D scene \n``` \n \n## Usage \n \nRequires the [Blender LLM Assistant](https://github.com/WeitaoYan/blender-llm-assistant) addon running in Blender (HTTP API on `127.0.0.1:15800`). \n \nThe Blender addon uses **Bearer Token authentication**. After starting the server in Blender, copy the token from the panel and pass it to the MCP server. \n \n```bash \n# Install \npip install blender-llm-mcp \n \n# Run with token \nblender-llm-mcp --blender-token <token-from-blender-panel> \n \n# Or with uvx (no install needed) \nuvx blender-llm-mcp --blender-token <token-from-blender-panel> \n \n# Custom Blender URL \nblender-llm-mcp --blender-url http://127.0.0.1:15800 --blender-token <token> \n``` \n \n## Configuration in Claude Desktop \n \nFirst set the token as an environment variable, then reference it in the config: \n \n```bash \nexport BLENDER_TOKEN=\"<token-from-blender-panel>\" \n``` \n \nAdd to your `claude_desktop_config.json`: \n \n```json \n{ \n  \"mcpServers\": { \n    \"bl…","publisher":null,"homepage":"https://github.com/WeitaoYan/blender-llm-assistant#readme","repository":"https://github.com/WeitaoYan/blender-llm-assistant#readme","version":"0.1.1","license":"MIT","protocols":["mcp"],"tags":["blender","mcp","model-context-protocol","ai","3d-modeling"],"pricing":null,"endpoints":[{"url":"pypi:blender-llm-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","license":"pypi","repoUrl":"pypi","summary":"pypi","version":"pypi","description":"pypi","homepageUrl":"pypi"}},"derived":{"capabilities":[{"slug":"media.3d","name":"3D & Design","confidence":1,"provenance":"declared"},{"slug":"security.identity","name":"Identity & Access","confidence":0.825,"provenance":"derived"}],"categories":["media","security"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"blender-llm-mcp","registry":"pypi","observedAt":"2026-09-09T10:31:20.359Z","publishedAt":"2026-07-06T14:39:41.164005Z","latestVersion":"0.1.1"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"blender-llm-mcp","url":"https://pypi.org/project/blender-llm-mcp/","firstSeenAt":"2026-09-09T10:27:23.151Z","fetchedAt":"2026-09-09T10:27:23.151Z","normalizedAt":"2026-09-09T10:27:23.151Z"}]},"firstSeenAt":"2026-09-09T10:27:23.151Z","updatedAt":"2026-09-09T10:31:20.359Z"}