Skip to main content
Glama

MCP-Blender

by shdann
pyproject.toml453 B
[project] name = "blender-mcp" version = "0.1.0" description = "MCP server for Blender integration" authors = [{name = "VeFrank Team", email = "contact@vefrank.com"}] requires-python = ">=3.10" dependencies = [ "mcp>=1.0.0", "anyio>=4.0.0", "pydantic>=2.0.0", "requests>=2.28.0", ] [project.scripts] blender-mcp = "blender_mcp.server:main" [build-system] requires = ["setuptools>=61.0", "wheel"] build-backend = "setuptools.build_meta"

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/shdann/mcp-blend'

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