Skip to content
Grok

Open Library for Grok

io.github.8ensmith/mcp-open-library

Search books and authors on the Internet Archive's Open Library

client:Grok transport:stdio runtime:npm

Install Open Library in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "mcp-open-library": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-open-library"
      ]
    }
  }
}

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

Open Library in other clients