Skip to content
Grok

Book Metadata for Grok

io.github.vetnet183/book-metadata-mcp

Search Google Books and Open Library for book metadata, covers, and publication info.

client:Grok transport:stdio runtime:pypi

Install Book Metadata in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "book-metadata-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "book-metadata-mcp"
      ]
    }
  }
}

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

Book Metadata in other clients