# janeczku/calibre-web | Model Context Protocol (MCP) Server > :books: Web app for browsing, reading and downloading eBooks stored in a Calibre database - **Stars**: ⭐ 17,832 - **Language**: Fluent - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "calibre-web": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-calibre-web" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "calibre-web": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-calibre-web" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-calibre-web` - **Docker**: `docker run -i --rm mcp/calibre-web`