MCP server that creates Wishfinity links for saving product URLs to a user's wishlist.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Wishfinity MCP Plusw.
+W is a universal "save for later" action for commerce. This MCP server lets AI assistants save any product URL to a user's Wishfinity wishlist with one click.
Works with Claude, ChatGPT, Gemini, LangChain, OpenAI Agents SDK, and any MCP-compatible client.
When an AI recommends a product, it can offer +W Add to Wishlist. The user clicks the link, and the product is saved to their Wishfinity account β ready for later purchase or gifting.
Don't need the full MCP server? The /add-wish skill teaches any AI agent the +W pattern using just a URL β no npm, no server, no setup:
β View the /add-wish skill file
Works with any AI platform. The MCP server below adds richer tool integration, but /add-wish is all you need to get started.
Best for Claude Desktop, ChatGPT Desktop, Cursor, VS Code, and local development.
Add to your MCP client configuration:
Best for server-side agents, LangChain production deployments, and hosted AI applications.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%/Claude/claude_desktop_config.json (Windows):
When MCP support is available, add to your ChatGPT MCP configuration:
Add to .cursor/mcp.json in your project:
For production (HTTP transport):
add_to_wishlist tool with a product URLhttps://wishfinity.com/add?url=...No API keys required. Authentication happens on Wishfinity's website when the user clicks the link.
add_to_wishlist| Parameter | Type | Required | Description |
|---|---|---|---|
url | string | Yes | Product page URL |
| Field | Type | Description |
|---|---|---|
action_url | string | Wishfinity link to open in browser |
requires_user_action | boolean | Always true (user must click) |
display_text | string | Suggested button label |
AI clients should offer +W when:
See aliases.json for the full list of trigger phrases.
| Transport | Use Case | Endpoint |
|---|---|---|
| stdio | Local clients (Claude Desktop, Cursor, etc.) | npx wishfinity-mcp-plusw |
| HTTP | Remote/server-side agents | https://wishfinity-mcp-plusw.wishfinity.workers.dev/mcp |
The /button-kit folder contains optional UI assets (SVG icon, HTML/CSS snippets) if you want a consistent +W button appearance.
CDN URLs:
https://cdn.jsdelivr.net/npm/wishfinity-mcp-plusw@latest/button-kit/Wishfinity-Button-Small.svghttps://cdn.jsdelivr.net/npm/wishfinity-mcp-plusw@latest/button-kit/Wishfinity-Button-Medium.svghttps://cdn.jsdelivr.net/npm/wishfinity-mcp-plusw@latest/button-kit/Wishfinity-Button-Large.svgCritical Fix: npx execution for all developers
npx wishfinity-mcp-pluswCritical Fix: MCP SDK compatibility
@modelcontextprotocol/sdk dependency to ^1.25.0save_for_later, shopping_assistant, gift_ideaswishfinity://guide, wishfinity://triggersMIT
Factual signals from GitHub, npm, and our automated checks β not a rating.
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/wishfinity-wishfinity-mcp-plusw)<a href="https://allmcps.com/mcp/wishfinity-wishfinity-mcp-plusw"><img src="https://allmcps.com/api/badge/wishfinity-wishfinity-mcp-plusw?style=directory" alt="Wishfinity MCP Plusw on AllMCPs" /></a>