xianyu-mcp-server

DoLovya/xianyu-mcp-server
★ 0 stars Python AI/LLM Updated today
闲鱼平台 Model Context Protocol 服务,为 Claude/Cursor 提供商品检索、价格监控、卖家信息查询工具
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "xianyu-mcp-server": {
      "command": "uvx",
      "args": [
        "xianyu-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install xianyu-mcp-server