MCP server enabling LLMs to query a local Calibre Content Server for ebook metadata, chapters, and content in HTML or Markdown.
{
"mcpServers": {
"access-calibre": {
"command": "npx",
"args": [
"-y",
"access-calibre"
]
}
}
}