Skip to main content
Glama

SketchupMCP

by mhyrr

set_material

Assign specific materials to components in Sketchup using the Model Context Protocol. Simplify 3D modeling by integrating AI-driven material customization directly into your workflow.

Instructions

Set material for a component

Input Schema

NameRequiredDescriptionDefault
idYes
materialYes

Input Schema (JSON Schema)

{ "properties": { "id": { "title": "Id", "type": "string" }, "material": { "title": "Material", "type": "string" } }, "required": [ "id", "material" ], "title": "set_materialArguments", "type": "object" }
Install Server

Other Tools from SketchupMCP

Related Tools

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/mhyrr/sketchup-mcp'

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