Best for
- Users of Sketchup who want AI-assisted modeling.
- Designers and developers needing automation of modeling tasks.
- Users familiar with Ruby and willing to extend Sketchup functionality.
This MCP server provides powerful AI integration for Sketchup, but requires technical background and awareness of security risks.
SketchupMCP connects Sketchup to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Sketchup. This integration enables prompt-assisted 3D modeling, scene creation, and manipulation. The system consists of two components: a Sketchup extension that creates a TCP server within Sketchup, and a Python MCP server that connects to it. It offers two-way communication, component manipulation, material control, scene inspection, selection handling, and Ruby code evaluation.
brew install uv. 2. Download or build the latest .rbz file, install the extension in Sketchup via Window > Extension Manager, and restart Sketchup. 3. Run the MCP server using uvx sketchup-mcp and configure Claude to use it.{
"mcpServers": {
"sketchup": {
"command": "uvx",
"args": [
"sketchup-mcp"
]
}
}
}