Skip to content
Cursor

mcp books for Cursor

io.github.smeet666/mcp-books

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

client:Cursor transport:stdio runtime:npm

Install mcp books 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": {
    "mcp-books": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

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

mcp books in other clients