HomeDesign & Media › Fragrance & Perfume MCP (Noteboxd)

Fragrance & Perfume MCP (Noteboxd)

Fragrance & perfume MCP: search fragrances, notes, accords, brands, perfumers, reviews & charts.

TypeScript CloudLocal Remote
★ 1 stars Last pushed 2026-07-31 License: MIT

Topics: Art & Culture

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.noteboxd.com/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http mcp https://mcp.noteboxd.com/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp": {
      "url": "https://mcp.noteboxd.com/mcp"
    }
  }
}

Package (npm 0.1.4)

npx -y @noteboxd/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@noteboxd/[email protected]"
      ],
      "env": {
        "NOTEBOXD_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • NOTEBOXD_API_KEY required secret — Noteboxd API key (nb_live_...). Create one free at https://developers.noteboxd.com

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry