goofish-mcp-server

mercy719/goofish-mcp-server
★ 3 stars JavaScript 🔍 Search Updated 10d ago
MCP server for Goofish (闲鱼/Xianyu) - search listings, get item details, monitor keywords via Playwright + mtop API
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "goofish-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "mercy719/goofish-mcp-server"
      ]
    }
  }
}