bookMCPServer

ma3u/bookMCPServer
★ 2 stars Python 📁 File System Updated 1mo ago
A Book MCP Server for RAG with local text files.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "bookmcpserver": {
      "command": "uvx",
      "args": [
        "bookmcpserver"
      ]
    }
  }
}

Or install with pip: pip install bookmcpserver