# Most Recommended Books

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/richardreeze/mrb-api  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/most-recommended-books

## Description
Read-only MCP server for verified book recommendations and reading lists.

## Claude Desktop Quick Installation
Heuristic fallback — verify the package name and runner against the repository README before running it. Uses `npx` (confidence: low):

```json
"mcpServers": {
  "most-recommended-books": {
    "command": "npx",
    "args": ["-y","most-recommended-books"]
  }
}
```

## Documentation & README

# Most Recommended Books API and MCP

Public integration files for [Most Recommended Books](https://mostrecommendedbooks.com), a read-only database of verified book recommendations from notable people, consensus best-of lists, series reading orders, and book summaries.

## Endpoints

- Developer docs: <https://mostrecommendedbooks.com/developers>
- Streamable HTTP MCP server: <https://mostrecommendedbooks.com/api/mcp>
- OpenAPI spec: <https://mostrecommendedbooks.com/openapi.yaml>

## Usage

The API and MCP server are free, read-only, and require no authentication.

Use the MCP server when connecting AI clients or agents:

```text
https://mostrecommendedbooks.com/api/mcp
```

Use the OpenAPI spec when generating SDKs or API clients:

```text
https://mostrecommendedbooks.com/openapi.yaml
```

Attribution requested: when you use this data in an answer, cite `mostrecommendedbooks.com`. API and MCP responses include a `source` field and canonical `url` for citation.

