SketchUp
Enables AI control of 3D models in SketchUp through a WebSocket-based system that provides tools for creating, transforming, and modifying components, applying materials, performing boolean operations, and executing Ruby code directly in the modeling environment.
10 stars
0 tools
Created Aug 2025
@bearnetwork-brnkc/bearnetwork-brnkc-sketchup-sketchup-mcpAbout
Enables AI control of 3D models in SketchUp through a WebSocket-based system that provides tools for creating, transforming, and modifying components, applying materials, performing boolean operations, and executing Ruby code directly in the modeling environment.
Categories
general
Installation
npm
npm install @bearnetwork-brnkc/bearnetwork-brnkc-sketchup-sketchup-mcp
Configuration
{
"mcpServers": {
"bearnetwork-brnkc-sketchup-sketchup-mcp": {
"command": "npx",
"args": [
"-y",
"@bearnetwork-brnkc/bearnetwork-brnkc-sketchup-sketchup-mcp"
]
}
}
}