readwise-mcp
Verified Safeby IAmAlexander
Overview
Provides AI assistants with access to Readwise content (highlights, books, documents, videos), enabling reading, management, advanced searching, and progress tracking within the Readwise library via the Model Context Protocol (MCP).
Installation
readwise-mcpEnvironment Variables
- READWISE_API_KEY
Security Notes
The server demonstrates strong security practices: no 'eval' or similar dangerous patterns were found. The Readwise API key is securely handled via environment variables or a local configuration file with restrictive permissions (0o600). Destructive operations (e.g., delete, bulk operations) require explicit confirmation strings, preventing accidental data loss. Comprehensive input validation is implemented for all tool and prompt parameters, mitigating common vulnerabilities like injection attacks. CORS is configured to allow specific origins, and API/transport errors are caught and normalized, avoiding the exposure of sensitive internal details. Retry logic for API calls enhances resilience.
Similar Servers
context-portal
A database-backed Model Context Protocol (MCP) server for managing structured project context, designed to be used by AI assistants and developer tools within IDEs and other interfaces for Retrieval Augmented Generation (RAG) and prompt caching.
mcp-omnisearch
A Model Context Protocol (MCP) server providing unified access to multiple search providers and AI tools for comprehensive search, AI responses, content processing, and enhancement features.
mcp-server
Provides a Model Context Protocol (MCP) server for AI agents to search and retrieve curated documentation for the Strands Agents framework, facilitating AI coding assistance.
tenets
The Tenets MCP Server provides intelligent code context aggregation and automatic guiding principles injection for AI coding assistants. It helps LLMs understand codebases by ranking relevant files, optimizing for token budgets, and maintaining consistency across interactions.