Readwise MCP Server
@IAmAlexander
About Readwise MCP Server
MCP server for Readwise
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"readwise-mcp": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@iamalexander/readwise-mcp",
"--client",
"claude"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Readwise MCP Server?
A Model Context Protocol (MCP) server for Readwise, allowing AI assistants like Claude to access your saved articles, books, highlights, and documents.
How to use Readwise MCP Server?
Install via npm (npm install -g readwise-mcp) or clone and build. Obtain a Readwise API token from your account settings. Configure it with npm run setup or by passing --api-key YOUR_API_KEY at startup. Docker and Smithery automatic installation are also supported.
Key features of Readwise MCP Server
- Browse your collection of saved books and articles
- Access all highlighted passages with filtering
- Full-text search across your entire Readwise library
- Tag management: add, remove, and bulk tag documents
- Reading progress tracking with status updates
- Video support including timestamps and transcripts
Use cases of Readwise MCP Server
- Ask an AI assistant to find highlights about a specific topic
- Search your Readwise library by author, date, tags, or title
- Save new articles or videos directly from a chat interface
- Manage your reading list: mark progress, delete old items
- Bulk-tag multiple documents to reorganize your library
FAQ from Readwise MCP Server
What runtime does Readwise MCP Server require?
It requires Node.js. Install the npm package globally and run it with readwise-mcp.
How do I authenticate with the server?
Generate a Readwise API token at https://readwise.io/access_token and pass it via the READWISE_API_KEY environment variable or the --api-key CLI flag.
What transport methods are supported?
The server supports both stdio (for Claude Desktop) and SSE (for web) transports.
Does it handle API rate limiting automatically?
Yes, the server includes smart rate‑limiting handling to prevent throttling by the Readwise API.
Where is my data stored?
Your data remains in your Readwise account. The server only accesses it through the official Readwise API; no local copies are kept.
More Other MCP servers
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Comments