Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
readwise_save_document | Save a document (URL or HTML content) to Readwise Reader |
readwise_list_documents | List documents from Readwise Reader with optional filtering |
readwise_update_document | Update a document in Readwise Reader |
readwise_delete_document | Delete a document from Readwise Reader |
readwise_list_tags | List all tags from Readwise Reader |
readwise_topic_search | Search documents in Readwise Reader by topic using regex matching on title, summary, notes, and tags |
readwise_list_highlights | List highlights from Readwise with optional filtering by book, date, or other criteria |
readwise_create_highlight | Create new highlights manually in Readwise |
readwise_export_highlights | Export all highlights from Readwise with optional filtering. Perfect for bulk analysis or backup. |
readwise_get_daily_review | Get your daily review highlights for spaced repetition learning |
readwise_list_books | List books that have highlights in Readwise with optional filtering |
readwise_get_book_highlights | Get all highlights from a specific book |
readwise_search_highlights | Advanced search across all highlights using text queries and field-specific filters. Equivalent to official Readwise MCP search functionality. |