Trimble SketchUp logo

Trimble SketchUp

Create and iterate 3D models for use in SketchUp

Official docs

About Trimble SketchUp

Trimble SketchUp turns conversational descriptions into 3D model concepts for SketchUp. Its connector helps users generate, refine, and share room additions, furniture ideas, site concepts, and other models without needing modeling experience to start.

Connection details

https://api.sketchup.com/mcp/v1/sketchup/mcp
Transport
Streamable HTTP
Authentication
OAuth

Setup

claude mcp add sketchup --transport http https://api.sketchup.com/mcp/v1/sketchup/mcp

Frequently asked questions

What is the Trimble SketchUp remote MCP server?

The Trimble SketchUp remote MCP server is a hosted Model Context Protocol endpoint at https://api.sketchup.com/mcp/v1/sketchup/mcp, so AI assistants can connect to it without installing or running anything locally. Trimble SketchUp turns conversational descriptions into 3D model concepts for SketchUp. Its connector helps users generate, refine, and share room additions, furniture ideas, site concepts, and other models without needing modeling experience to start.

How do I connect to the Trimble SketchUp MCP server?

Add the endpoint https://api.sketchup.com/mcp/v1/sketchup/mcp to any MCP-compatible client such as Claude Code, Codex, Cursor, or VS Code. The setup snippets on this page configure each client in one step.

Does the Trimble SketchUp MCP server require authentication?

Yes. Trimble SketchUp uses OAuth: the first time you connect, your MCP client opens a browser window to sign in and authorize access, then reuses the credentials for future sessions.

Which transport does the Trimble SketchUp MCP server use?

Trimble SketchUp exposes a Streamable HTTP endpoint, the current standard transport for the Model Context Protocol, supported by all major MCP clients.

More remote MCP servers