Odel
Pedra

Pedra

Local
@pedra-ai1TypeScriptMITUpdated 2mo ago

AI real-estate photo editing via the Pedra API: virtual staging, renovation, enhancement, video.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@pedra-ai/mcpv0.4.0

Run

npx -y @pedra-ai/mcp

MCP client config

{
  "mcpServers": {
    "pedra": {
      "command": "npx",
      "args": [
        "-y",
        "@pedra-ai/mcp"
      ]
    }
  }
}