Summary
The moment between a good recommendation and forgetting it gets closed.
It is deliberately one tool with one argument: the product URL an assistant just produced becomes a saved item, which is the whole distance between shopping research and something you can act on later.
What it is
A save-for-later action for shopping conversations. It exposes a single tool that takes a product URL and puts that product on a Wishfinity wishlist, so a recommendation can be kept instead of scrolled past.
What you get
- One tool, add_to_wishlist, which saves a product to the user's Wishfinity wishlist from its URL
- Two ways to connect: the npm package over stdio for desktop clients, or the hosted HTTP endpoint for server-side agents
- A no-install fallback documented alongside it — a plain wishfinity.com/add link that any agent can construct without running a server at all
Requirements
A product URL to save, and a Wishfinity account to save it to. Locally it needs npx; the hosted endpoint needs nothing installed.
Setup effort
One command — npx wishfinity-mcp-plusw
