@loftlyy/mcp exposes Loftlyy brand data through the Model Context Protocol over stdio.
What the server provides
- Read-only tools for brand lookup, search, filtering, similarity, palettes, and facets
- A
brand://{slug}resource for full brand profiles - Prompt templates for branding guides, brand comparisons, and palette suggestions
Run the published server
Client setup
Claude Desktop
Add this server toclaude_desktop_config.json:
Claude Code
Cursor or another stdio client
Configure a stdio MCP server that runs:Environment variables
| Variable | Description | Default |
|---|---|---|
LOFTLYY_SOURCE | Force local or remote mode. | Auto-detected |
LOFTLYY_BASE_URL | Override the remote API base URL. | https://loftlyy.com |
LOFTLYY_ROOT_DIR | Root directory used for local brand file discovery. | process.cwd() |
LOFTLYY_STRICT | Set to true to fail on invalid brand data. | false |
Local repo mode
If the server runs inside the Loftlyy repository, it auto-detects local mode whendata/brands/ exists.
If the server runs outside the repo, point it back to your checkout:
First prompts to try
After the server is connected, try prompts like these in your client:What colors does Stripe use?Find brands similar to Airbnb.Show me technology brands with blue palettes.Generate a branding guide for a fintech startup inspired by Stripe and Linear.
