Pixly MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Pixly MCPDeclutter this bedroom, stage it, and generate a before/after reel."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Pixly MCP
Pixly gives AI assistants real-estate visual tools: virtual staging, listing-photo enhancement, decluttering, day-to-night, plot signs, and cinematic property video — HD and watermark-free.
Connector → https://pixly.app/api/mcp · Setup & docs → pixly.app/mcp
Generations spend your normal Pixly credit balance — same pipeline, quality and pricing as the app, and every result also lands in your Pixly Library. There is no separate API plan to buy.
Tools
Tool | Description |
| Furnish and style an empty (or badly furnished) room photo in a chosen interior style |
| Apply a specific change to a staged photo (swap the sofa, add a rug) while preserving the rest |
| Turn an amateur listing photo into a finished professional one — returns 3 variants |
| Remove clutter and personal items while keeping the room and architecture intact |
| Turn a daytime exterior into a magazine-style dusk scene, building and angle unchanged |
| Place a photorealistic 3D monument sign with your text onto a photo of an empty plot |
| Turn one listing photo into a short clip with a real camera move (orbit, fly-through, crane…) |
| Animate a before→after transformation into a social-ready reveal video |
| Get photos in |
| Poll jobs, browse results, check credits |
Tools compose. One prompt can declutter the lived-in rooms, stage the empty ones, and cut the reveal reel from the result.
Related MCP server: Meshy MCP Server
Connect
Claude, ChatGPT — no API key
Add https://pixly.app/api/mcp as a custom connector and sign in with your
Pixly account. Claude: Settings → Connectors → Add custom connector. ChatGPT:
Settings → Connectors → Advanced → Developer mode.
Claude Code, Cursor — API key
Create a key at pixly.app/app/settings, then:
claude mcp add -s user --transport http pixly https://pixly.app/api/mcp \
--header "Authorization: Bearer $PIXLY_API_KEY"Cursor and Windsurf take the same endpoint in their MCP config, with an
Authorization: Bearer header.
Clients that only speak stdio
Pixly's server is remote (streamable HTTP). If your client cannot reach a
remote server, bridge it with the community
mcp-remote:
npx mcp-remote https://pixly.app/api/mcpCLI
The pixly command in this repo is a thin MCP client for the same endpoint —
useful for scripts, CI, and coding agents that would rather run a command than
hold an MCP connection.
npm install -g pixly-cli
export PIXLY_API_KEY=pixly_sk_...# Stage an empty room. Pass a URL, a local file, or an r2Path — local files
# upload automatically, straight off an iPhone included.
pixly stage living-room.jpg --style scandinavian
pixly stage IMG_4821.HEIC --style japandi
# One-click photo tools
pixly enhance photo.jpg
pixly declutter photo.jpg --out clean.jpg
pixly day-to-night exterior.jpg
pixly plot-sign lot.jpg --text "SOLD" --look stone
# Videos
pixly motion photo.jpg --move orbit --duration 5
pixly reel --before empty.jpg --after staged.jpg --reveal smooth
# Account
pixly balance
pixly jobs
pixly uploads # photos you have uploaded, with their r2Path
pixly tools # works with no API key
pixly helpLocal files may be jpg, jpeg, png, webp, heic, heif, tif or
tiff, up to 10 MB. HEIC is what an iPhone shoots by default; Pixly converts
non-web formats server-side before any model sees them.
Results are written to the current directory (or --out <file>). Tools that
return several images (enhance gives you 3 to pick from) get -1, -2, …
suffixes.
Env var | Default | Description |
| — | Your API key, from Settings. Required for everything except |
|
| Endpoint override. |
Note on scope
This repository holds the connector manifest (server.json) and the CLI. The
MCP server itself is remote — it runs inside the Pixly application and is not
open source. Tool schemas are generated from a single registry in that
application and served over tools/list, which is why the CLI never hardcodes
them: run pixly tools and you get whatever the endpoint currently offers.
Links
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceProvides tools to access the Repliers API for real estate listings, property search, market analytics, and AI-powered data through natural language queries.270MIT
- AlicenseAqualityDmaintenanceEnables AI assistants to generate 3D models, textures, and images via the Meshy API using natural language, supporting text-to-3D, image-to-3D, remeshing, retexturing, rigging, and animation workflows.36331MIT
- Alicense-qualityCmaintenanceAI-powered virtual staging for real estate professionals: stage empty rooms with photorealistic furniture, beautify floor plans into 3D renders, classify rooms, generate German property descriptions, and get style recommendations.3MIT

Repliers MCP Serverofficial
Alicense-qualityCmaintenanceProvides AI assistants access to real-time MLS data via the Repliers API, enabling natural language property search, market statistics, and listing details.27017MIT
Related MCP Connectors
AI virtual staging for real estate — stage rooms, beautify floor plans, classify images.
Search and manage Paraguay & LatAm real estate from any AI assistant.
Vacation rental discovery, direct booking, and property protection for AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/JanKratochvil1/pixly-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server