Skip to main content
Glama

Blender MCP Server

by griptape-ai
pyproject.toml468 B
[project] name = "example_nodes_template" version = "0.1.0" description = "Template for Users to create Custom Libraries and Nodes" authors = [ {name = "Your Name",email = "you@example.com"} ] readme = "README.md" requires-python = "~=3.12" dependencies = [ "griptape-nodes", ] [tool.uv.sources] griptape-nodes = { git = "https://github.com/griptape-ai/griptape-nodes", rev="latest"} [build-system] requires = ["hatchling"] build-backend = "hatchling.build"

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/griptape-ai/griptape-nodes-blender'

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