Skip to content
Grok

mcp books for Grok

io.github.smeet666/mcp-books

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

client:Grok transport:stdio runtime:npm

Install mcp books in Grok

.mcp.json (in your project root)

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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

mcp books in other clients