← pixly.app

INDIVIDUAL MCP TOOL

remove_furniture

Empty a room completely — remove all furniture, rugs, art, plants and decor, and rebuild the floor and walls behind them, keeping the architecture and camera angle identical.

pixly.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://pixly.app/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for remove_furniture and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a deletion term.

Parent server

pixly.app

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.pixly]
url = "https://pixly.app/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "pixly": {
      "type": "http",
      "url": "https://pixly.app/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: pixly
Remote MCP URL: https://pixly.app/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "pixly": {
      "url": "https://pixly.app/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "pixly": {
      "type": "http",
      "url": "https://pixly.app/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "pixly",
  "transport": "streamable-http",
  "url": "https://pixly.app/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • virtual_staging — Furnish and style an empty (or badly furnished) room photo in a chosen interior style.
  • edit_staged_photo — Apply a specific change to a previously staged photo (swap the sofa, add a rug) while preserving everything else.
  • cinematic_motion — Turn a single listing photo into a short cinematic clip with a professional camera move (zoom, orbit, fly-through, crane up…).
  • before_after_reel — Animate a before→after transformation (e.g.
  • enhance_photo — Turn an amateur listing photo into a finished, professional real-estate photo (exposure, color, clarity).
  • declutter_photo — Remove clutter, mess, and personal items from a listing photo while keeping the room, furniture, and architecture intact.
  • day_to_night — Turn a daytime listing photo into a magazine-style night scene — lights on, warm glow, dusk sky — with the building and camera angle unchanged.
  • plot_sign — Place a photorealistic 3D monument sign with your exact text (price, area, SOLD) onto a photo of an empty plot, matched to perspective and lighting.