calibreweb-mcp 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
[](https://nodejs.org)
|
|
6
6
|
[](LICENSE)
|
|
7
7
|
[](https://github.com/ni-c/calibreweb-mcp/pkgs/container/calibreweb-mcp)
|
|
8
|
+
[](https://calibreweb-mcp.ni-c.de)
|
|
8
9
|
|
|
9
10
|
A read-only [Model Context Protocol](https://modelcontextprotocol.io) server for
|
|
10
11
|
[Calibre-Web](https://github.com/janeczku/calibre-web) (and
|
|
@@ -28,6 +29,13 @@ tool is a GET against the OPDS routes.
|
|
|
28
29
|
<img src="https://calibreweb-mcp.ni-c.de/architecture.svg" alt="An MCP client speaks stdio to calibreweb-mcp, which reads the OPDS feed of Calibre-Web over HTTPS with Basic auth" width="800">
|
|
29
30
|
</picture>
|
|
30
31
|
|
|
32
|
+
<!-- Recorded with vhs from docs/demo.tape against the bundled fixture library
|
|
33
|
+
(docs/demo-server.mjs) — no Calibre-Web instance needed to reproduce it. -->
|
|
34
|
+
|
|
35
|
+

|
|
36
|
+
|
|
37
|
+
**📖 Full documentation: [calibreweb-mcp.ni-c.de](https://calibreweb-mcp.ni-c.de)**
|
|
38
|
+
|
|
31
39
|
## Requirements
|
|
32
40
|
|
|
33
41
|
- Node.js 22 or newer
|