Goofish MCP Server
Provides tools to search for items and get item details from the Goofish (闲鱼) platform, which uses Taobao's mtop API.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Goofish MCP Serversearch for Nintendo Switch games"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Goofish MCP Server
独立的 Goofish / 闲鱼 MCP server,使用 Node.js + Playwright,并通过页面上下文里的 window.lib.mtop.request(...) 获取搜索数据。
当前状态
✅
search_items:已按真实 Goofish 页面 + mtop 路线实现✅
get_item_detail:已接入mtop.taobao.idle.pc.detail,可结构化返回价格、卖家、地区、图片、属性、描述✅
monitor_keyword:复用search_items✅ 浏览器登录态持久化:使用 Playwright persistent context
Related MCP server: RednoteMCP
安装
cd goofish-mcp-server
npm install运行
npm start默认使用:
浏览器 profile 目录:
./.profiles/goofish非 headless
可选环境变量:
GOOFISH_PROFILE_DIR=/path/to/profile
GOOFISH_HEADLESS=1第一次登录
首次启动时会打开浏览器 profile。 你需要在这个 profile 里手动登录 Goofish 一次。 后续 session 会复用该登录态。
MCP tools
1. search_items
输入:
{
"keyword": "iphone 15 pro",
"limit": 10
}2. get_item_detail
输入:
{
"item_id": "1234567890"
}或:
{
"url": "https://www.goofish.com/item?id=1234567890"
}3. monitor_keyword
输入:
{
"keyword": "iphone 15 pro",
"max_items": 20,
"dedupe_key": "item_id"
}Claude / OpenClaw 接入思路
把这个进程作为 stdio MCP server 挂进去即可。
配置示例文件:
mcp-config-examples.json
Claude Desktop 核心思路:
{
"mcpServers": {
"goofish": {
"command": "node",
"args": ["/absolute/path/to/goofish-mcp-server/index.js"],
"env": {
"GOOFISH_PROFILE_DIR": "/absolute/path/to/goofish-mcp-server/.profiles/goofish",
"GOOFISH_HEADLESS": "0"
}
}
}
}下一步建议
补强
get_item_detail的真实结构化字段增加 cookie/export/import 管理
增加自动登录检测和错误提示
增加 remote/http transport
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mercy719/goofish-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server