npm mcp-server-parficastreamable-httpupdated 1mo ago
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.
fragrances で何ができる?
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
| Tool | Description |
|---|---|
search_fragrance |
Search fragrances, brands, notes and perfumers by name (Latin or Cyrillic) |
fragrance_info |
Full 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 var | Meaning |
|---|---|
PARFICA_MCP_URL |
Override the endpoint URL (default https://parfica.com/mcp) |
PARFICA_TOKEN |
Optional bearer token for future write tools |
Related
- parfica.com — the encyclopedia itself
fragrance-dupes— the open "smells like" matching algorithmparfica-open-data— open fragrance data (notes, taxonomy, OBF)
License
MIT © parfica.com
インストール
fragrances をクライアントに追加します。お使いのものを選んでください。
{
"servers": {
"mcp-server-parfica": {
"type": "http",
"url": "https://parfica.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
claude mcp add mcp-server-parfica -- npx -y mcp-server-parficacodex mcp add mcp-server-parfica -- npx -y mcp-server-parficaamp mcp add mcp-server-parfica -- npx -y mcp-server-parfica{
"mcpServers": {
"mcp-server-parfica": {
"command": "npx",
"args": [
"-y",
"mcp-server-parfica"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"mcp-server-parfica": {
"command": "npx",
"args": [
"-y",
"mcp-server-parfica"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"mcpServers": {
"mcp-server-parfica": {
"command": "npx",
"args": [
"-y",
"mcp-server-parfica"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"mcp-server-parfica": {
"command": "npx",
"args": [
"-y",
"mcp-server-parfica"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"mcp-server-parfica": {
"command": "npx",
"args": [
"-y",
"mcp-server-parfica"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"mcp-server-parfica": {
"type": "local",
"command": "npx",
"args": [
"-y",
"mcp-server-parfica"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"mcp-server-parfica": {
"command": {
"path": "npx",
"args": [
"-y",
"mcp-server-parfica"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y mcp-server-parficaRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
3 個のツール
fragrances は接続したエージェントに 3 個のツールを提供します。
- search_fragrance
- Search fragrances, brands, notes and perfumers by name (Latin or Cyrillic)
- fragrance_info
- Full profile: brand, year, note pyramid, accords, perfumers, community rating
- find_dupes
- "Smells like" matches by distinctive-note overlap
スコア
66 / 100
良好
- ドキュメント22/25
- メンテナンス19/25
- 信頼性6/20
- 機能4/15
- 導入のしやすさ15/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 26 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 3 tool(s) documented
- Provides prompt templates
- Provides resources
- 18 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
バージョン履歴
| バージョン | 公開日 |
|---|---|
| 1.0.2最新 | 2026年8月5日 |