Claude Desktop + MCP 30 秒接入
让 Claude Desktop 直接 @researchpipe 做投研。
Step 1 - 拿 API key
rp.zgen.xin/dashboard → Generate new API key
Step 2 - 编辑 Claude Desktop config
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"researchpipe": {
"type": "http",
"url": "https://rp.zgen.xin/mcp",
"headers": {
"Authorization": "Bearer rp-..."
}
}
}
}零本地安装 — 不用装 Node、不用 git clone、不用 npm install。配置就是 URL + API key。
Step 3 - 重启 Claude Desktop
看到 hammer 图标,点开 → 55+ 个 researchpipe_* tools 就绪 (4 个 generic + 51 个 facade)。
Step 4 - 自然语言调用
试这些 prompt:
- "用 @researchpipe 帮我把具身智能赛道做一次全景研究,重点看头部公司估值"
- "@researchpipe 看下宁德时代的 red flags 有什么"
- "@researchpipe 把这篇研报抽成结构化字段:[URL]"
- "@researchpipe 高瓴最近 6 个月在哪些赛道布的局?"
常见问题
看不到 hammer 图标?
检查 (a) JSON 格式是否合法 (b) Authorization Bearer token 是否填了正确的 rp-xxx key (c) 重启 Claude Desktop(不只是关窗口)。
tool 调用很慢?
research_* 是异步的,30-90 秒正常。MCP server 内部自动 poll。
怎么看用了多少 credits?
tool 返回 JSON 里 metadata.credits_charged 就是。月度看 rp.zgen.xin/dashboard/usage。
想自己指定检索的数据类别?
默认走自动路由。如果想自己指定业务类别子集,传 sources 参数,例如 sources=['filings','corpus'],即可只在指定类别里检索、跳过自动路由。可用类别见返回里的 metadata.data_sources_used。