Skip to content
Cursor

calibre mcp for Cursor

io.github.caelum29/calibre-mcp

Calibre ebook library server: search, read content, curate metadata, semantic search, gated writes.

client:Cursor transport:stdio runtime:npm

Install calibre mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "calibre-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "calibre-mcp"
      ],
      "env": {
        "CALIBRE_MCP_SERVER_URL": "<CALIBRE_MCP_SERVER_URL>",
        "CALIBRE_MCP_LIBRARY": "<CALIBRE_MCP_LIBRARY>",
        "CALIBRE_MCP_ENABLE_WRITE": "<CALIBRE_MCP_ENABLE_WRITE>",
        "CALIBRE_MCP_CALIBREDB_PATH": "<CALIBRE_MCP_CALIBREDB_PATH>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

calibre mcp in other clients