Edits real-estate photos and creates property videos, voiceovers, and listings through the Pedra API.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ we're steadily working through the catalog.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Pedra MCP.
pedra_enhanceImprove lighting, color, sharpness
pedra_enhance_and_correct_perspectiveEnhance + straighten perspective
pedra_empty_roomRemove all furniture/objects
pedra_furnishVirtually stage a room
pedra_renovationRenovate walls/floors/finishes
pedra_edit_via_promptEdit from a natural-language prompt
The pedra-ai/pedra-mcp MCP server connects MCP clients to Pedra's AI real-estate media API. It provides separate tools for common listing workflows: improving lighting and sharpness, correcting perspective, emptying rooms, virtual staging, renovation, prompt-based editing, sky replacement, object removal, and privacy blurring. It also supports property video creation and updates, voiceover script generation, voice synthesis, music and voice-language lookup, and basic property management.
Property management tools can list the account's properties, retrieve a property's image URLs, create a property, and add images by URL. Account tools report the current plan and remaining credits, while the feedback tool accepts a thumbs-up or thumbs-down and can optionally request credit back.
The pedra-ai/pedra-mcp MCP server is a thin wrapper around the Pedra SDK and maps one MCP tool to each API endpoint. Calls are blocking: image operations return their resulting URL or URLs directly, and video creation waits for the completed video rather than exposing a job ID for client-side polling. Video generation can take up to approximately 10 minutes, while the API connection remains active with a heartbeat.
Most image operations accept an imageUrl and optional parameters. Image, mask, and video-frame inputs may be public HTTPS URLs, data: URIs, or absolute paths to local files. For local files, the server reads and inlines the image as base64. Supported formats include JPG, JPEG, PNG, WebP, GIF, BMP, TIFF, HEIC, and AVIF, with a stated maximum size of 40 MB. An image pasted directly into chat is not automatically treated as a file path; save it or provide a file URL instead.
API errors such as insufficient credits or invalid images are returned as readable MCP tool errors. The server itself does not store data. URLs and parameters supplied to the tools are sent to the Pedra API, whose privacy policy covers data handling, retention, and sharing.
The pedra-ai/pedra-mcp MCP server requires a Pedra API key obtained from a Pedra account. Set that credential in the PEDRA_API_KEY environment variable. The published npm package can run without a global install:
For clients that use JSON configuration, set the command to npx, use -y @pedra-ai/mcp as the arguments, and provide PEDRA_API_KEY in the server environment. The documented configuration works with Claude Desktop and Cursor. A bundled .mcpb release is also available for Claude Desktop, where installation prompts for the API key. The server can be configured through other MCP clients as well.
The API key is required for requests to Pedra. Tool-specific input fields and optional parameters are exposed through each MCP tool's schema, so clients can inspect those schemas when constructing calls.
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/pedra-ai-pedra-mcp)<a href="https://allmcps.com/mcp/pedra-ai-pedra-mcp"><img src="https://allmcps.com/api/badge/pedra-ai-pedra-mcp?style=directory" alt="Pedra MCP on AllMCPs" /></a>