Metadata-Version: 2.2
Name: sketchup-mcp
Version: 0.1.15
Summary: Sketchup integration through Model Context Protocol
Author-email: Your Name <your.email@example.com>
License: MIT
Project-URL: Homepage, https://github.com/yourusername/sketchup-mcp
Project-URL: Issues, https://github.com/yourusername/sketchup-mcp/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: mcp[cli]>=1.3.0

# Sketchup MCP

Model Context Protocol integration for Sketchup, allowing Claude to control Sketchup through a TCP socket connection.

## Installation

```bash
pip install sketchup-mcp
```

## Usage

1. Install and run the Sketchup extension (which provides the TCP server)
2. Configure Claude to use the MCP server:

```json
{
    "name": "sketchup",
    "description": "Sketchup integration through Model Context Protocol",
    "package": "sketchup-mcp",
    "module": "sketchup_mcp.server",
    "object": "mcp"
}
```

## Features

- Create, delete, and transform components
- Get selected components
- Set materials
- Export scenes

## License

MIT 
