ZSXQ Fetcher
Enables AI assistants to read and manipulate ZSXQ (知识星球) content via MCP, allowing listing groups, searching posts, downloading and summarizing content through natural language.
README
ZSXQ Fetcher
🔧 知识星球帖子一键下载 | 🤖 AI 直读星球内容 | 🟢 2026 年唯一在维护的 ZSXQ 工具
为什么你需要这个?
知识星球是一个封闭的内容平台——你付费了,但内容锁在网页里。离线看不了,搜索靠手翻,AI 读不了。
ZSXQ Fetcher 帮你把数据拿回来。 下载帖子到本地,Markdown 格式离线阅读,还能接入 AI 自动帮你读。
⚠️ GitHub 上其他 ZSXQ 下载工具大多已停止维护(2019-2022),API 变更后全部失效。这是 2026 年唯一能跑的。
5 分钟开始
# 1. 安装
双击 setup.bat
# 2. 获取 token → 填入 scripts/config.json
# 3. 开始下载
python scripts/zsxq_fetcher.py
能做什么
| 功能 | 命令 |
|---|---|
| 📋 列出所有星球 | python scripts/zsxq_fetcher.py --list |
| 📥 下载最新帖子 | python scripts/zsxq_fetcher.py |
| 🔢 下载指定数量 | python scripts/zsxq_fetcher.py --count 50 |
| 🔍 关键词搜索 | python scripts/zsxq_fetcher.py --search "副业" |
| 📝 导出 Markdown | python scripts/zsxq_fetcher.py --format markdown |
| 🔄 增量同步 | python scripts/zsxq_fetcher.py --incremental |
| 📎 下载附件 | python scripts/zsxq_fetcher.py --download-files |
🤖 接入 AI(独家功能)
让 Claude、Codex、Cursor、Windsurf 直接读你的星球——自然语言操作就够了。
"列出我的星球"
"搜一下最近关于 AI 的帖子"
"帮我把前 10 条总结一下"
支持 MCP 协议,配置一次,永久使用。详见 用户手册 - 接入 AI。
为什么这个还能用?
其他工具用的是 HTTP 直接调 API → ZSXQ 改接口 → 全部炸掉。
我们用 Playwright 模拟真实浏览器。 行为和正常用户一致,API 怎么改都能自适应。1.5 秒请求间隔,不会触发反爬、不会封号。
| 竞品(已死) | ZSXQ Fetcher | |
|---|---|---|
| 技术 | HTTP 请求 | Playwright 浏览器 |
| API 变更 | 💀 直接挂 | ✅ 自动适应 |
| 反爬风险 | 高 | 低(模拟真人) |
| AI 接入 | ❌ | ✅ MCP 协议 |
| 维护 | 2019-2022 停更 | ✅ 2026 持续更新 |
⚠️ 合法使用声明
- 本工具仅供备份自己已付费购买的知识星球内容,用于个人离线阅读
- 禁止将下载内容公开传播、转售或用于商业目的
- 禁止高频请求对平台服务器造成压力
- 使用本工具产生的任何法律后果由使用者自行承担
- 请尊重星主的创作版权
安装
Windows / macOS
# 安装 Python 依赖
pip install -r requirements.txt
# 安装 Playwright 浏览器
python -m playwright install chromium
或直接双击 setup.bat(Windows)一键完成。
社区
- 📮 QQ 群:1056687150(ZSXQ Fetcher 用户交流)
- 🐛 问题反馈:GitHub Issues
- 📖 使用手册:docs/用户手册.md
Star 历史
如果这个工具对你有帮助,点个 ⭐ 让更多人看到 → 更多用户 → 更多反馈 → 更好的工具。
MIT License © 2026 ZSXQ Fetcher Contributors
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.