Readwise MCP
OfficialThe Readwise MCP server allows you to integrate Readwise with LLM clients like Claude to search through your Readwise highlights. You can:
Connect to your Readwise account
Perform full-text queries on specific fields such as document_author, document_title, highlight_note, highlight_plaintext, and highlight_tags
Use vector search to find semantically relevant highlights
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Readwise MCPfind my recent highlights about AI ethics"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Readwise MCP (Deprecated)
This MCP server is deprecated. Please use the new Readwise MCP server instead: readwise.io/mcp
The new server is hosted — no local installation needed. It supports both Readwise and Reader data, and works with Claude Desktop, ChatGPT, Claude Code, Cursor, and any MCP-compatible app.
Migration
Replace your existing claude_desktop_config.json entry with the new server. Setup instructions for all clients are at readwise.io/mcp.
If you also want CLI access and agent skills, see readwise.io/cli.
Related MCP server: Readwise MCP Server
Legacy Installation (not recommended)
Installation in Claude
Please make sure you have Node installed.
Open Claude desktop app.
Navigate to Settings > Developer.
Click
Edit Config.Add the following entry to the
claude_desktop_config.jsonfile, replacingACCESS_TOKENvalue with your Readwise Access Token.
{
"mcpServers": {
"Readwise MCP": {
"command": "npx",
"args": [
"-y",
"@readwise/readwise-mcp"
],
"env": {
"ACCESS_TOKEN": "XXXXXXXXX"
}
}
}
}Troubleshooting
For general troubleshooting guidance, please refer to the official Model Context Protocol Claude Desktop Troubleshooting section.
"Could not attach to MCP server Readwise MCP"
A very likely reason for this to happen is that you have an incorrect npx/Node version set up. If you're using nvm, try running nvm use 18 in your terminal. If not, consider reinstalling Node.
Errors when calling Readwise tools
When using this MCP server, you may occasionally encounter MCP errors during your conversations with Claude. If you experience such errors, we recommend trying to switch between different Claude models (e.g., from Claude 3.5 Haiku to Claude 3.7 Sonnet) as this often resolves the issue.
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/readwiseio/readwise-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server