Wishfinity MCP Plusw MCP Server

MCP server for +W (Wishfinity Add to Wishlist) - save any product to your universal wishlist. Works with Claude, ChatGPT, Gemini, LangChain, and any

Remote serverstreamable-httpPython

What is the Wishfinity MCP Plusw MCP server?

Wishfinity MCP Plusw MCP server exists for a simple reason — assistants are far more useful when they can act on Wishfinity MCP Plusw directly instead of describing what you should do. MCP server for +W (Wishfinity Add to Wishlist) - save any product to your universal wishlist. Works with Claude, ChatGPT, Gemini, LangChain, and any MCP client.

What the assistant can call

Once Wishfinity MCP Plusw is connected, these are the calls the assistant has available:

Setting it up

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

Choosing this one

Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Wishfinity MCP Plusw's toolset — Small, Medium, Large and 11 more — is a fair guide to whether it matches your workflow. It is maintained by wishfinity; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Before you rely on it

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Wishfinity MCP Plusw.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the wishfinity mcp plusw mcp server does with a few real requests.

Available tools

ToolWhat it does
Smallhttps://cdn.jsdelivr.net/npm/wishfinity-mcp-plusw@latest/button-kit/Wishfinity-Button-Small.svg
Mediumhttps://cdn.jsdelivr.net/npm/wishfinity-mcp-plusw@latest/button-kit/Wishfinity-Button-Medium.svg
Largehttps://cdn.jsdelivr.net/npm/wishfinity-mcp-plusw@latest/button-kit/Wishfinity-Button-Large.svg
urlstring
FieldType
action_urlstring
requires_user_actionboolean
display_textstring
TransportUse Case
stdioLocal clients (Claude Desktop, Cursor, etc.)
CursorThe Cursor tool exposed by this server.
LangChainasync def main(): client = MultiServerMCPClient({ "wishfinity": { "command": "npx", "args": ["wishfinity-mcp-plusw"], "transport": "stdio", } })
InputThe Input tool exposed by this server.
OutputThe Output tool exposed by this server.

How to install the Wishfinity MCP Plusw MCP server

Add to your MCP client configuration:

```json
{
  "mcpServers": {
    "wishfinity": {
      "command": "npx",
      "args": ["wishfinity-mcp-plusw"]
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Wishfinity MCP Plusw to Small.
  • Use Wishfinity MCP Plusw to Medium.
  • Use Wishfinity MCP Plusw to Large.

Frequently asked questions

It connects Wishfinity MCP Plusw to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (Small, Medium, Large, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Wishfinity MCP Plusw directly.