pipeworx-io/mcp-books
MCP server for book data — search and browse via Open Library
Platform-specific configuration:
{
"mcpServers": {
"mcp-books": {
"command": "npx",
"args": [
"-y",
"mcp-books"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Books MCP — wraps Open Library API (free, no auth)
Part of the Pipeworx open MCP gateway.
| Tool | Description | |------|-------------| | get_book | Get full details for a book by ISBN. |
Add to your MCP client config:
{
"mcpServers": {
"books": {
"url": "https://gateway.pipeworx.io/books/mcp"
}
}
}Or use the CLI:
npx pipeworx use booksMIT
Loading reviews...