Command Palette

Search for a command to run...

UnylyUnyly
Browse all

BookBrainz

FreeNot checked

Provides access to BookBrainz's open book metadata database of authors, editions, and literary works via its API through Pipeworx.

GitHubEmbed

About

Provides access to BookBrainz's open book metadata database of authors, editions, and literary works via its API through Pipeworx.

README

BookBrainz MCP — open book metadata database run by the MetaBrainz Foundation (sister project to MusicBrainz). No auth.

Part of Pipeworx — an MCP gateway connecting AI agents to 1394+ live data sources.

Tools

  • search(query, type, limit?, offset?) — search any entity type: work / edition / author / publisher / series / edition-group
  • lookup(type, bbid, includes?) — fetch a single entity by BookBrainz UUID
  • browse(type, ...) — list works/editions/authors filtered by relationships

Data source

https://api.bookbrainz.org/ — public REST + JSON. Coverage is much smaller than Open Library or Google Books but it's the canonical home for open editions / works for Wikidata-style data modeling.

Quick Start

Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):

{
  "mcpServers": {
    "bookbrainz": {
      "url": "https://gateway.pipeworx.io/bookbrainz/mcp"
    }
  }
}

Or connect to the full Pipeworx gateway for access to all 1394+ data sources:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

Using with ask_pipeworx

Instead of calling tools directly, you can ask questions in plain English:

ask_pipeworx({ question: "your question about Bookbrainz data" })

The gateway picks the right tool and fills the arguments automatically.

More

License

MIT

from github.com/pipeworx-io/mcp-bookbrainz

Installing BookBrainz

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/pipeworx-io/mcp-bookbrainz

FAQ

Is BookBrainz MCP free?

Yes, BookBrainz MCP is free — one-click install via Unyly at no cost.

Does BookBrainz need an API key?

No, BookBrainz runs without API keys or environment variables.

Is BookBrainz hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install BookBrainz in Claude Desktop, Claude Code or Cursor?

Open BookBrainz on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare BookBrainz with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All data MCPs