BookBrainz
FreeNot checkedProvides access to BookBrainz's open book metadata database of authors, editions, and literary works via its API through Pipeworx.
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-grouplookup(type, bbid, includes?)— fetch a single entity by BookBrainz UUIDbrowse(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
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-bookbrainzFAQ
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
wenb1n-dev/SmartDB_MCP
A universal database MCP server supporting simultaneous connections to multiple databases. It provides tools for database operations, health analysis, SQL optim
by wenb1n-devPostgres Server
This server enables interaction with PostgreSQL databases through the Model Context Protocol, optimized for the AWS Bedrock AgentCore Runtime. It provides tools
by madhurprashPostgres
Query your database in natural language
by AnthropicPostgreSQL
Read-only database access with schema inspection.
by modelcontextprotocolCompare BookBrainz with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All data MCPs
