MCP Server
Claude MCP server for AI-assisted real estate editing
Brightshot MCP Server
Use Brightshot directly from Claude Desktop or any MCP-compatible AI assistant.
Installation
npm install -g @brightshot/mcpConfiguration
Add to your Claude Desktop config (~/.claude/claude_desktop_config.json):
{
"mcpServers": {
"brightshot": {
"command": "npx",
"args": ["-y", "@brightshot/mcp"],
"env": {
"BRIGHTSHOT_API_KEY": "your-api-key"
}
}
}
}Available Tools
Once configured, you can use natural language in Claude to:
| Tool | Description |
|---|---|
stage | Virtual staging - add furniture to empty rooms |
enhance | Enhance photo quality, color, and lighting |
upscale | Increase image resolution |
edit | Edit image with natural language |
restyle | Change interior design style |
empty_room | Remove furniture from rooms |
remove_objects | Remove specific objects |
blur_objects | Blur objects for privacy |
adjust_lighting | Modify lighting conditions |
change_window_view | Replace window views |
clear_sky | Fix cloudy skies in exteriors |
sketch_to_image | Convert sketches to renders |
floor_plan_to_render | Convert floor plans to 3D |
generate_from_text | Generate images from text |
get_prediction | Check generation status |
list_predictions | List recent generations |
get_account | View account and credits |
Example Usage
Simply describe what you want in Claude:
"Take this empty room image and add modern furniture for a living room"
"Enhance this real estate photo and make the sky blue"
"Remove the car from this driveway photo"
Claude will automatically use the appropriate Brightshot tools to complete your request.