Back to Discover

mcp-server-parfica

connector

parfica

Fragrance encyclopedia: note pyramids, accords, perfumers and dupes (parfica.com).

View on GitHub
0 starsSynced Aug 5, 2026

Install to Claude Code

/plugin marketplace add parfica/mcp-server-parfica

README

mcp-server-parfica

MCP (Model Context Protocol) server for parfica.com — the Ukrainian-first fragrance encyclopedia. Ask your AI assistant "what does Creed Aventus smell like?" or "find me cheaper fragrances similar to Baccarat Rouge 540" and it will answer with note pyramids, accords, perfumers, community ratings and note-overlap dupes.

This package is a thin stdio bridge to the site's native MCP endpoint (https://parfica.com/mcp). Tools are discovered at startup, so the package never goes stale.

Tools

ToolDescription
search_fragranceSearch fragrances, brands, notes and perfumers by name (Latin or Cyrillic)
fragrance_infoFull profile: brand, year, note pyramid, accords, perfumers, community rating
find_dupes"Smells like" matches by distinctive-note overlap

Install

Claude Code

claude mcp add parfica -- npx -y mcp-server-parfica

Claude Desktop

{
  "mcpServers": {
    "parfica": {
      "command": "npx",
      "args": ["-y", "mcp-server-parfica"]
    }
  }
}

Remote (no install)

MCP clients that support remote servers can connect straight to:

https://parfica.com/mcp

Configuration

Env varMeaning
PARFICA_MCP_URLOverride the endpoint URL (default https://parfica.com/mcp)
PARFICA_TOKENOptional bearer token for future write tools

Related

License

MIT © parfica.com

Rendered live from parfica/mcp-server-parfica's GitHub README — not stored, always reflects the source repo.

2 Install Methods

NameDescriptionCategorySource
npm packageInstall via npm (stdio transport)mcp-servermcp-server-parfica
streamable-http remoteHosted streamable-http endpointmcp-serverhttps://parfica.com/mcp

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.