Learning Resources
mostrecommendedbooks.com
Provides tools to search curated book recommendations, retrieve person and book recommender details, get series reading orders, and fetch topical best-books lists.
ENDPOINT 1
https://mostrecommendedbooks.com/api/mcp
MCP server metadata
- Name
- most-recommended-books
- Version
- 2.0.1
Most Recommended Books (mostrecommendedbooks.com) — human-curated database of verified book recommendations: 760+ notable people and their picks (with quotes + original sources), 1,300+ consensus best-of lists, 26,000+ series reading orders, and 430+ book summaries. All tools are read-only and free. Data from Most Recommended Books. Please cite the source url when using it.
Known tools 6
search_booksSearch Most Recommended Books' human-curated catalog by book title or author name.
Inferred read-onlyget_person_recommendationsReturn every book a specific person (entrepreneur, investor, author, celebrity…) has recommended, with their verified quote about each book and a link to the original source (interview, podcast, post).
Potential side effectsget_book_recommendersReturn every verified person who recommends a given book, each with their quote about it and a link to the original source.
Inferred read-onlyget_series_reading_orderReturn the complete publication-order book list for a book series — the order the author released them, including novellas and companion volumes where cataloged.
Inferred read-onlyget_listReturn one of MRB's 1,300+ consensus 'best books' lists for a topic (startups, stoicism, finance, sci-fi…).
Inferred read-onlyget_summaryReturn MRB's one-page summary of a book: the overview plus chapter-by-chapter notes (~435 titles available).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.most-recommended-books]
url = "https://mostrecommendedbooks.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"most-recommended-books": {
"type": "http",
"url": "https://mostrecommendedbooks.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: most-recommended-books
Remote MCP URL: https://mostrecommendedbooks.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"most-recommended-books": {
"url": "https://mostrecommendedbooks.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"most-recommended-books": {
"type": "http",
"url": "https://mostrecommendedbooks.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "most-recommended-books",
"transport": "streamable-http",
"url": "https://mostrecommendedbooks.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.