by arnaldo-delisio
Readwise Enhanced is knowledge base software for unified access to articles, books, and highlights, ideal for knowledge
Connects to your Readwise account to access saved articles, books, highlights, and annotations with AI-powered text processing and smart filtering. Reduces token usage by 94% while providing complete access to your Readwise data.
Readwise Enhanced is a community-built MCP server published by arnaldo-delisio that provides AI assistants with tools and capabilities via the Model Context Protocol. Readwise Enhanced is knowledge base software for unified access to articles, books, and highlights, ideal for knowledge It is categorized under productivity.
You can install Readwise Enhanced in your AI client of choice. Use the install panel on this page to get one-click setup for Cursor, Claude Desktop, VS Code, and other MCP-compatible clients. This server runs locally on your machine via the stdio transport.
MIT
Readwise Enhanced is released under the MIT license. This is a permissive open-source license, meaning you can freely use, modify, and distribute the software.
Add new capabilities to Claude beyond text generation
Example
Access external data sources, execute code, interact with tools and services
Transform Claude from chatbot to action-taking agent
Provide Claude with access to relevant context and data
Example
Load project documentation, access knowledge bases, query databases
Get more accurate, context-aware responses
Automate multi-step workflows combining AI and external tools
Example
Research → Summarize → Create document → Send notification
Complete complex tasks end-to-end without manual steps
Share your MCP server with the developer community
Readwise Enhanced reduced integration guesswork — categories and install configs on the listing matched the upstream repo.
We wired Readwise Enhanced into a staging workspace; the listing’s GitHub and npm pointers saved time versus hunting across READMEs.
According to our notes, Readwise Enhanced benefits from clear Model Context Protocol framing — fewer ambiguous “AI plugin” claims.
I recommend Readwise Enhanced for teams standardizing on MCP; the explainx.ai page compares cleanly with sibling servers.
Readwise Enhanced is among the better-indexed MCP projects we tried; the explainx.ai summary tracks the official description.
Readwise Enhanced has been reliable for tool-calling workflows; the MCP profile page is a good permalink for internal docs.
Strong directory entry: Readwise Enhanced surfaces stars and publisher context so we could sanity-check maintenance before adopting.
We evaluated Readwise Enhanced against two servers with overlapping tools; this profile had the clearer scope statement.
Readwise Enhanced has been reliable for tool-calling workflows; the MCP profile page is a good permalink for internal docs.
Useful MCP listing: Readwise Enhanced is the kind of server we cite when onboarding engineers to host + tool permissions.
showing 1-10 of 44
| status | published |
| category | mcp-server |
| author | arnaldo-delisio |
| published_npm | true |
| npm_package | readwise-mcp-enhanced |
| published_directories | [] |
| production_url | null |
| last_active | 2026-01-26 |
A comprehensive Model Context Protocol (MCP) server that unifies Readwise Reader document management with full Readwise highlights functionality. Works with Claude Desktop, Continue, and any MCP-compatible AI tool. Built with TypeScript, featuring advanced text processing, smart content controls, and context-optimized responses.
The first unified MCP that combines:
Equivalent to the official Readwise MCP but more efficient and feature-complete. Compatible with all MCP clients.
No installation needed! Any MCP client will automatically download and run the package using npx.
npm install -g readwise-mcp-enhanced
git clone https://github.com/arnaldo-delisio/readwise-mcp-enhanced.git
cd readwise-mcp-enhanced
npm install
npm run build
Get your Readwise token: https://readwise.io/access_token
Add to your MCP client configuration:
Claude Desktop:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonContinue IDE Extension:
Other MCP Tools:
{
"mcpServers": {
"readwise-mcp-enhanced": {
"command": "npx",
"args": ["readwise-mcp-enhanced"],
"env": {
"READWISE_TOKEN": "your_readwise_access_token_here"
}
}
}
}
{
"mcpServers": {
"readwise-mcp-enhanced": {
"command": "readwise-mcp-enhanced",
"env": {
"READWISE_TOKEN": "your_readwise_access_token_here"
}
}
}
}
{
"mcpServers": {
"readwise-mcp-enhanced": {
"command": "node",
"args": ["/path/to/readwise-mcp-enhanced/dist/index.js"],
"env": {
"READWISE_TOKEN": "your_readwise_access_token_here"
}
}
}
}
Restart your MCP client (Claude Desktop, Continue, etc.)
readwise_save_documentSave documents with full metadata control.
{
"url": "https://example.com/article",
"tags": ["ai", "productivity"],
"location": "later",
"category": "article"
}
readwise_list_documents⭐ Enhanced with Smart Content Controls
{
"withFullContent": true,
"contentMaxLength": 10000,
"contentStartOffset": 0,
"contentFilterKeywords": ["AI", "machine learning"],
"limit": 10
}
Smart Content Parameters:
contentMaxLength: Limit content per document (default: 50,000 chars)contentStartOffset: Start extraction from specific position (pagination)contentFilterKeywords: Extract only sections containing keywordsreadwise_update_documentUpdate document metadata (title, author, summary, location, etc.)
readwise_delete_documentRemove documents from your Reader library
readwise_list_tagsGet all your document tags
readwise_topic_search⭐ Enhanced with AI-powered text processing
readwise_list_highlightsList highlights with advanced filtering:
{
"book_id": 12345,
"highlighted_at__gt": "2024-01-01T00:00:00Z",
"page_size": 100
}
readwise_get_daily_reviewGet your spaced repetition highlights:
{
"review_id": 168844911,
"highlights": [
{
"text": "Strategic wisdom quote...",
"title": "The Art of War",
"author": "Sun Tzu"
}
]
}
readwise_search_highlights⭐ Advanced search with field-specific queries:
{
"textQuery": "strategy tactics",
"fieldQueries": [
{
"field": "document_title",
"searchTerm": "Art of War"
}
],
"limit": 20
}
readwise_list_booksGet books with highlight metadata:
{
"category": "books",
"last_highlight_at__gt": "2024-01-01T00:00:00Z"
}
readwise_get_book_highlightsGet all highlights from a specific book:
{
"bookId": 53827741
}
readwise_export_highlightsBulk export for analysis and backup:
{
"updatedAfter": "2024-01-01T00:00:00Z",
"includeDeleted": false
}
readwise_create_highlightManually add highlights with metadata:
{
"highlights": [
{
"text": "Important insight...",
"title": "Book Title",
"author": "Author Name",
"note": "My thoughts on this",
"category": "books"
}
]
}
94% Token Reduction while maintaining full functionality:
| Tool | Before | After | Savings |
|---|---|---|---|
| List Highlights (32 items) | ~25,600 tokens | ~1,600 tokens | 94% |
| Daily Review (5 items) | ~5,000 tokens | ~400 tokens | 92% |
| List Books (10 items) | ~8,000 tokens | ~600 tokens | 93% |
Optimized Fields:
id, text, note, book_id onlyid, title, author, category, num_highlights onlytext, book, author, score onlyAutomatically fixes common text extraction issues:
whatyou → what youfromdissatisfaction → from dissatisfactiontimeago → time ago// Seamless API switching
v2 API: Highlights, books, daily review, export
v3 API: Reader documents, tags, search
READWISE_TOKENPrerequisites
Time Estimate
15-60 minutes depending on server complexity
Steps
Troubleshooting
✓ Do
✗ Don't
💡 Pro Tips
Architecture
Model Context Protocol standardizes how AI hosts (Claude, Cursor) communicate with external tools and data sources through server implementations.
Protocols
Compatibility
✓ Use when
Use when you need Claude to access external data, execute actions, or integrate with tools. Best for extending AI capabilities beyond conversation.
✗ Avoid when
Avoid when native integrations exist (use official APIs directly), for real-time critical systems, or when security/compliance requires zero external dependencies.