BrightShotBrightShot API

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/mcp

Configuration

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:

ToolDescription
stageVirtual staging - add furniture to empty rooms
enhanceEnhance photo quality, color, and lighting
upscaleIncrease image resolution
editEdit image with natural language
restyleChange interior design style
empty_roomRemove furniture from rooms
remove_objectsRemove specific objects
blur_objectsBlur objects for privacy
adjust_lightingModify lighting conditions
change_window_viewReplace window views
clear_skyFix cloudy skies in exteriors
sketch_to_imageConvert sketches to renders
floor_plan_to_renderConvert floor plans to 3D
generate_from_textGenerate images from text
get_predictionCheck generation status
list_predictionsList recent generations
get_accountView 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.