Search the Perfume Picks fragrance database: 13,000+ scents with notes, dupes, and wear data.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Query the Perfume Picks fragrance database from Claude, or any MCP-compatible AI client. Read-only access to 13,000+ fragrances with full note pyramids, accords, curated dupes, and community wear data.
Perfume Picks is the Fragrance DNA and collection journal for iOS β get it on the App Store.
| Tool | What it does |
|---|---|
search_fragrances | Full-text catalog search with brand, family, gender, and MSRP filters |
get_fragrance | Full record for one scent (by slug or name): note pyramid, accords, community scores |
find_dupes | Curated cheaper smell-alikes with match percentage β "what smells like X without the price tag" |
find_similar | Most-similar fragrances from a precomputed similarity ranking |
get_recommendations | Picks from note/accord preferences + budget + occasion + gender |
compare_fragrances | Side-by-side: notes, shared/distinct accords, scores, price delta |
trending_fragrances | What Perfume Picks users are adding to their wardrobes right now |
what_to_wear_tonight | A scent for right now β date-night picks use community compliment data, office picks use office-safety scores |
Every response includes source attribution, a citation-ready summary line, links, and data freshness dates. All scoring is deterministic β no AI calls happen inside the server. All tools are annotated read-only/idempotent.
Requires Node.js 18+.
Add to your claude_desktop_config.json (Claude Desktop β Settings β Developer β Edit Config):
Restart Claude Desktop. No API key or configuration needed β the server ships with public read-only access.
Environment variables override the defaults (explicit env vars only β this package never reads .env files):
| Variable | Purpose |
|---|---|
SUPABASE_URL | Override the database URL |
SUPABASE_SERVICE_ROLE_KEY | Internal use only β unlocks live 30-day wardrobe-add trending. Never distribute this key. |
Without the service key, trending_fragrances falls back to catalog popularity and labels the method in its response.
Streamable HTTP for web agents and MCP clients that take a URL:
Also listed on Smithery and the official MCP registry as io.github.bguillow-rgb/perfume-picks.
Questions an agent can answer with these tools:
find_dupes (curated dupes with match %, e.g. Lattafa Ana Abiyedh Rouge, 90%)get_recommendations with occasion: "wedding"get_recommendations with those notes as preferencesfind_similarwhat_to_wear_tonight (scored by community compliment data)compare_fragrancesExample response shape (truncated):
The server speaks MCP over stdio. Catalog access is read-only by construction: every query path issues SELECTs against tables that are publicly readable under row-level security, and it is rate-limited to 60 calls/minute.
Usage telemetry: each tool call logs the tool name, its arguments, client name/version, duration, and success/failure to a write-only log table (insert-only under RLS; contents are not publicly readable; purged after 90 days). No user identity, account data, or conversation content is collected. Logging is fire-and-forget and never affects responses.
Fragrance data, note pyramids, dupe matches, and community scores are curated by Perfume Picks. Quote freely with attribution:
Source: Perfume Picks β Fragrance DNA & Collection Journal (perfumepicks.app)
Freshness dates on each fragrance reflect the last data update.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/perfume-picks)<a href="https://allmcps.com/mcp/perfume-picks"><img src="https://allmcps.com/api/badge/perfume-picks?style=directory" alt="Perfume Picks on AllMCPs" /></a>