Skip to main content
Glama

Blender MCP Server

by cwahlfeldt
pyproject.toml652 B
[build-system] requires = ["hatchling"] build-backend = "hatchling.build" [project] name = "blender-mcp" version = "0.1.0" description = "MCP server for executing Blender scripts" readme = "README.md" authors = [ {name = "Blender MCP Team"} ] requires-python = ">=3.11" dependencies = [ "mcp>=0.1.0", ] [project.optional-dependencies] dev = [ "pytest>=7.0.0", "black>=23.0.0", "isort>=5.12.0", ] [tool.hatch.build.targets.wheel] packages = ["blender", "scripts", "utils"] [tool.black] line-length = 100 target-version = ["py38"] [tool.isort] profile = "black" line_length = 100 [tool.pytest.ini_options] testpaths = ["tests"]

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cwahlfeldt/blender-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server