Readwise Reader MCP Server
Related Servers
Alternatives to Readwise Reader MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceEnables integration with Readwise Reader API to save, retrieve, update, and manage documents, tags, and filtering in your Readwise Reader account.MIT
- AlicenseNot gradedqualityDmaintenanceEnables access and interaction with your Readwise library, allowing you to retrieve and search highlights, books, and documents through natural language queries when using Claude or other MCP-compatible assistants.5 npm25MIT
- AlicenseNot gradedqualityCmaintenanceExposes Readwise and Reader operations as MCP tools, enabling AI agents to save URLs, search documents, retrieve full content and highlights, and manage tags and locations.MIT
- AlicenseNot gradedqualityDmaintenanceEnables Claude and other MCP clients to manage Instapaper accounts by reading, saving, organizing, and analyzing articles through natural language. It supports comprehensive bookmark management, bulk operations, folder organization, and full-text content retrieval for research and synthesis.22MIT
- FlicenseAqualityDmaintenanceEnables Claude and other AI assistants to read, write, and manipulate Dynalist.io documents programmatically, including operations like searching, editing nodes, bulk importing from markdown, and managing document structure.122-
- FlicenseNot gradedqualityBmaintenanceEnables interaction with reMarkable tablets, allowing users to send PDFs and EPUBs, print from any application, list and read documents, and render handwritten pages as images. It provides MCP tools and skills for Claude to read and write to the tablet.-
TDQS
Scored across 6 tools
Each tool has a clearly distinct purpose: list_documents, save_document, update_document, delete_document, list_tags, and topic_search. There is no overlap in functionality, and the descriptions clearly differentiate the operations on documents versus tags versus search.
All tools follow a consistent 'readwise_verb_noun' pattern with snake_case throughout. The verbs (list, save, update, delete, search) are standard and predictable, making the tool set easy to navigate and understand.
With 6 tools, this server is well-scoped for managing documents in Readwise Reader. It covers core CRUD operations (create/save, read/list, update, delete) plus additional utilities (list_tags, topic_search), which is appropriate for the domain without being overwhelming or insufficient.
The tool set provides complete CRUD coverage for documents (save, list, update, delete) and includes essential extras like tag management and topic-based search. There are no obvious gaps for typical document management workflows in Readwise Reader.