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
{
"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