Design
creatica.app
Provides tools to browse, suggest, and describe background designs and color palettes for creative projects.
ENDPOINT 1
https://api.creatica.app/mcp
MCP server metadata
- Name
- creatica-backgrounds
- Version
- 0.1.0
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
suggest_backgroundsRank structures for a natural-language brief ("dark aurora glow for an AI landing page").
Inferred read-onlydescribe_backgroundFull 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-onlylist_palettesBuilt-in curated colour palettes with their hex colours and derived mood tags (dark, pastel, vivid, warm, cool…).
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.