Skip to content
Cursor

Pedra for Cursor

io.github.pedra-ai/pedra-mcp

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

client:Cursor transport:stdio runtime:npm

Install Pedra in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "pedra-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@pedra-ai/mcp"
      ],
      "env": {
        "PEDRA_API_KEY": "<PEDRA_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Pedra in other clients