Sweet Home 3D plugin that embeds an MCP server — lets Claude control Sweet Home 3D over HTTP
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"
]
}
}
}
Run in terminal:
claude mcp add sweethome3d-mcp-serv npx -y grimashevich/sweethome3d-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"sweethome3d-mcp-serv": {
"command": "npx",
"args": [
"-y",
"grimashevich/sweethome3d-mcp-server"
]
}
}
}