BestReads MCP Server 📚🤔
@dinasaur404
About BestReads MCP Server 📚🤔
Remote MCP Server built using Cloudflare Workers.
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
8View your reading history and preferences
Add favorite book genres
Add authors you enjoy
Track books you've read
Mark books you didn't enjoy
Authors to avoid in recommendations
Reset all preferences
Get AI-powered personalized book suggestions
Overview
What is BestReads MCP Server?
BestReads MCP Server is a remote MCP (Model Context Protocol) server built on Cloudflare Workers that delivers personalized book recommendations. It uses GitHub OAuth for authentication, Durable Objects to persist user preferences, and Workers AI to generate suggestions. It is intended for readers who want AI‑powered book discovery based on their tastes.
How to use BestReads MCP Server?
Connect your MCP client to either https://bestreads.dinas.workers.dev/sse (SSE) or https://bestreads.dinas.workers.dev/mcp (Streamable HTTP). After authenticating with GitHub, you can call the provided tools to manage your reading profile and receive recommendations.
Key features of BestReads MCP Server
- View reading history and profile with
getProfile - Add favorite genres via
addGenre - Add favorite authors with
addFavoriteAuthor - Track books you’ve read using
addBookRead - Mark disliked books and authors
- Reset all preferences with
clearPreferences - Get AI‑powered book recommendations
Use cases of BestReads MCP Server
- Building a personalized reading list based on your tastes
- Discovering new books while excluding disliked authors
- Tracking your reading history and preferences over time
- Integrating book recommendations into other MCP‑compatible tools
FAQ from BestReads MCP Server
What transports does BestReads MCP Server support?
It supports Server‑Sent Events (SSE) at /sse and Streamable HTTP at /mcp.
How are book recommendations generated?
Recommendations are generated using Cloudflare Workers AI, based on the user’s stored preferences.
Where is my reading data stored?
User preferences are persisted in Cloudflare Durable Objects, scoped to each authenticated user.
How do I authenticate with the server?
Authentication is handled via GitHub OAuth, using Cloudflare’s OAuth Provider library.
Can I deploy my own instance of BestReads MCP Server?
Yes. The repository includes a “Deploy to Cloudflare Workers” button and full instructions for cloning, configuring GitHub OAuth, and deploying with Wrangler.
More Other MCP servers
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Servers
modelcontextprotocolModel Context Protocol Servers
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Comments