# Most Recommended Books [Health: Active]

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/richardreeze/mrb-api  
**GitHub Stars:** 1  
**Views:** 1  
**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
Remote MCP endpoint (confidence: high). Install path detected from listing signals. Add as a URL/SSE server in your client:

```json
"mcpServers": {
  "most-recommended-books": {
    "url": "https://mostrecommendedbooks.com/api/mcp"
  }
}
```

## 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.

