sweethome3d-mcp-server

grimashevich/sweethome3d-mcp-server
★ 4 stars Java 🤖 AI/LLM Updated 15d ago
Sweet Home 3D plugin that embeds an MCP server — lets Claude control Sweet Home 3D over HTTP
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "sweethome3d-mcp-serv": {
      "command": "npx",
      "args": [
        "-y",
        "grimashevich/sweethome3d-mcp-server"
      ]
    }
  }
}