ebook-mcp
A MCP server that supports mainstream eBook formats including EPUB, PDF and more. Simplify your eBook user experience with LLM.
GitHub Stars
94
User Rating
Not Rated
Favorites
0
Views
19
Forks
15
Issues
2
Installation
Installation
Prerequisites
Installation Steps
1. Clone Repository
bash
git clone https://github.com/onebirdrocks/ebook-mcp.git
cd ebook-mcp
2. Install Dependencies
bash
pip install -r requirements.txt
3. Start Server
bash
python server.py
Troubleshooting
Common Issues
Issue: Server won't start Solution: Check Python version and reinstall dependencies. Issue: Books are not loading Solution: Verify the path to the book files.Additional Resources
The mcp-client-for-ollama is a simple yet powerful Python client designed for interacting with Model Context Protocol (MCP) servers using Ollama. This client enables local large language models (LLMs) to utilize tools effectively. It primarily facilitates communication with APIs, streamlining workflows and enhancing the capabilities of LLMs.
infobus-mcp is a Model Context Protocol server that enables AI assistants and chatbots to access transit information through standardized interfaces. It provides tools for trip planning, real-time information queries, and natural language transit assistance, with integration support for LLMs and conversational AI platforms.