Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"mcp-server-readbooks": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
本项目是一个多格式电子书解析服务,支持解析包括 PDF、EPUB、Word、MOBI、TXT 和 CHM 在内的六种格式的电子书。同时,还支持使用 OCR 对扫描版 PDF 进行文字识别。
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in education / entertainment
The official MCP Server for the Mux API
A Model Context Protocol server for searching and analyzing arXiv papers
MCP Server for Text to Speech
MCP server for NotebookLM - Let your AI agents (Claude Code, Codex) research documentation directly with grounded, citation-backed answers from Gemini. Persistent auth, library management, cross-client sharing. Zero hallucinations, just your knowledge base.
MCP Security Weekly
Get CVE alerts and security updates for Mcp Server Readbooks and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
本项目是一个多格式电子书解析服务,支持解析包括 PDF、EPUB、Word、MOBI、TXT 和 CHM 在内的六种格式的电子书。同时,还支持使用 OCR 对扫描版 PDF 进行文字识别。
项目依赖可以在 requirements.txt 文件中找到,你可以使用以下命令安装:
pip install -r requirements.txt
参考 有详细的测试、配置和运行步骤。
.env.example
README.md
requirements.txt
src/
core/
__pycache__/
cache_manager.py
ebook_parser.py
ocr_engine.py
readbooks_server.py
utils/
__pycache__/
file_convert.py
test/
test_server.py