Skip to content
Zed

mcp books for Zed

io.github.smeet666/mcp-books

Search the Internet Archive, the Library of Congress and data.bnf.fr at once, in one answer.

client:Zed transport:stdio runtime:npm

Install mcp books in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "mcp-books": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-books"
      ],
      "env": {
        "BOOKS_USER_AGENT": "<BOOKS_USER_AGENT>",
        "BOOKS_MIN_INTERVAL_MS": "<BOOKS_MIN_INTERVAL_MS>",
        "BOOKS_TIMEOUT_MS": "<BOOKS_TIMEOUT_MS>",
        "BOOKS_MAX_RETRIES": "<BOOKS_MAX_RETRIES>",
        "BOOKS_CACHE_TTL_MS": "<BOOKS_CACHE_TTL_MS>",
        "BOOKS_CACHE_MAX_ENTRIES": "<BOOKS_CACHE_MAX_ENTRIES>",
        "BOOKS_LOG_LEVEL": "<BOOKS_LOG_LEVEL>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

mcp books in other clients