← Registry

Design

creatica.app

Provides tools to browse, suggest, and describe background designs and color palettes for creative projects.

1 endpoint6 known toolsFirst detected September 7, 2026Last detected September 7, 2026

ENDPOINT 1

https://api.creatica.app/mcp

No auth detected

MCP server metadata

Name
creatica-backgrounds
Version
0.1.0
Capabilities
tools.listChanged
Server instructions

Creatica generates abstract, procedural SVG/PNG backgrounds (waves, blobs, bauhaus grids, topo lines, aurora glows…) for websites, slides, social cards and apps. Workflow: suggest_backgrounds (or list_backgrounds) with the brief → describe_background for the chosen one → generate_background with a seed. Every render is deterministic: same structure + params + seed = identical image, so keep the seed to reproduce or make on-brand variants. For brand colours pass palette.colors as hex. For a curated look pass palette.palette from list_palettes. Prefer PNG when you need a preview; SVG for the final asset.

Known tools 6

list_backgrounds

Browse the catalog of background structures.

Inferred read-only
suggest_backgrounds

Rank structures for a natural-language brief ("dark aurora glow for an AI landing page").

Inferred read-only
describe_background

Full style card for one structure: what it looks like, mood, where text can go, tips, and every parameter it honours with ranges, defaults and the visual effect of low/high values.

Inferred read-only
list_palettes

Built-in curated colour palettes with their hex colours and derived mood tags (dark, pastel, vivid, warm, cool…).

Inferred read-only
list_brand_kits

Saved brand palettes on this account.

Inferred read-only
generate_background

Render a background as SVG or PNG.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.creatica-backgrounds]
url = "https://api.creatica.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "creatica-backgrounds": {
      "type": "http",
      "url": "https://api.creatica.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: creatica-backgrounds
Remote MCP URL: https://api.creatica.app/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "creatica-backgrounds": {
      "url": "https://api.creatica.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "creatica-backgrounds": {
      "type": "http",
      "url": "https://api.creatica.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "creatica-backgrounds",
  "transport": "streamable-http",
  "url": "https://api.creatica.app/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.