Wishfinity MCP Server
Rank #82,217pulsemcp/wishfinity
Save any product URL to your Wishfinity wishlist
Wishfinity MCP Server is a Model Context Protocol (MCP) server published by wishfinity. It ranks #82,217 of 115,591 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Wishfinity MCP Server is listed on PulseMCP, and ships as a single rolling release with no explicit version metadata. It was first listed on Dec 22, 2025.
Ranks ahead of 33,374 of 115,591 servers on MCP Toplist.
Use Wishfinity MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http wishfinity https://mcp.wishfinity.com/mcp[mcp_servers.wishfinity]
url = "https://mcp.wishfinity.com/mcp"Add to ~/.codex/config.toml.
https://mcp.wishfinity.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"wishfinity": {
"url": "https://mcp.wishfinity.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"wishfinity": {
"type": "http",
"url": "https://mcp.wishfinity.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"wishfinity": {
"serverUrl": "https://mcp.wishfinity.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"wishfinity": {
"url": "https://mcp.wishfinity.com/mcp"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/pulsemcp%2Fwishfinity)<a href="https://mcptoplist.com/server/pulsemcp%2Fwishfinity"><img src="https://mcptoplist.com/badge/pulsemcp%2Fwishfinity.svg" alt="MCP Toplist: #82,217 of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
wishfinity
Not versioned
This server is published through a registry that does not expose explicit version metadata, and no GitHub release tags were found on the linked repository. The listing tracks a single rolling release.
Frequently asked questions
- Who maintains Wishfinity MCP Server?
- Wishfinity MCP Server is maintained by wishfinity, which publishes 6 MCP servers (5 total versions) tracked on MCP Toplist.
- Is Wishfinity MCP Server listed on the Official MCP Registry?
- Wishfinity MCP Server is not on the Official MCP Registry. It is listed on PulseMCP.
- How many versions does Wishfinity MCP Server have?
- Wishfinity MCP Server ships as a single rolling release with no explicit version metadata.
- Where can I find the source code for Wishfinity MCP Server?
- The source code for Wishfinity MCP Server is hosted at github.com/wishfinity/wishfinity-mcp-plusw.