Generate Claude config
generate_claude_configGenerate a Claude Desktop configuration JSON snippet to integrate with the Calibre Librarian MCP server, specifying library path and write permissions.
Instructions
Generate Claude Desktop configuration for this MCP server. Outputs the JSON snippet to add to your Claude Desktop config file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| serverPath | No | Path to the MCP server entry point. If not provided, attempts to detect it. | |
| libraryPath | No | Calibre library path. If not provided, uses current CALIBRE_LIBRARY_PATH. | |
| enableWrites | No | Enable write operations in the generated config. |