Connect in a minute
Veora speaks the Model Context Protocol, so any assistant that supports remote MCP servers can use it. There is no key to copy: the app sends you to Veora to sign in, and you choose whether to allow it.
- 01
Add the server URL to your app
- 02
Sign in to Veora and allow access
- 03
Ask for a background in plain words
A free account is enough to search and see previews. Create one first if you do not have one yet.
Setup by app
Menus move between versions. If a step looks different, look for “custom connector” or “MCP server” and paste the URL above.
Claude
- Open Settings, then Connectors.
- Choose Add custom connector and paste the URL.
- Select Connect, sign in to Veora and allow access.
Works in Claude on the web and in the desktop app.
ChatGPT
- In Settings, open Apps and connectors. You may need to turn on developer mode in the advanced settings first.
- Create a connector, paste the URL and choose OAuth.
- Sign in to Veora and allow access.
Claude Code
claude mcp add --transport http veora https://veora.cc/mcpThen run /mcp in Claude Code and pick veora to sign in.
Cursor
{
"mcpServers": {
"veora": {
"url": "https://veora.cc/mcp"
}
}
}Add this to ~/.cursor/mcp.json, then choose Connect next to veora in Cursor's MCP settings.
VS Code
{
"servers": {
"veora": {
"type": "http",
"url": "https://veora.cc/mcp"
}
}
}Add this to .vscode/mcp.json and start the server. VS Code opens the Veora sign-in in your browser.
What to ask
Describe the job, not the file. The assistant chooses what to search for, compares a few previews and explains its pick.
- “Find a calm, dark background for a fintech landing page hero and build the hero section with it.”
- “Pick three light pastel backgrounds for a pitch deck and suggest text colours from their palettes.”
- “Подбери синий градиентный фон для обложки презентации и дай ссылку на 4K.”
- “Знайди теплий фон з квітами для посту в Instagram, вертикальний.”
Tools
- search_backgrounds
- Finds backgrounds by mood, colour, subject, collection, tone or orientation. It understands English best, and Russian and Ukrainian colour and subject words too.
- get_background_image
- Loads the 1280px preview so the assistant can see the image before designing with it.
- get_background
- Palette, size, tone and links for one background.
- get_download_link
- A private link to the 4K file that works for 15 minutes. On the Single plan the assistant asks you before it uses your download.
- get_prompt
- The prompt the background was generated from, if your plan includes it.
- get_account
- Your plan, downloads left and the backgrounds you own.
Plans and privacy
- Free: search, previews and palettes.
- Single: one 4K background of your choice. The assistant asks before it spends it, and that background stays yours to download again.
- All-access and Team: every 4K file and every prompt.
- The app never sees your password or billing, and it cannot change your account.
- Disconnect any app from your account page. Its access stops right away.