readwise-mcp-enhanced

arnaldo-delisio/readwise-mcp-enhanced
★ 68 stars TypeScript 🧠 Memory/Knowledge Updated 27d ago
Enhanced MCP server unifying Readwise Reader + Highlights with AI-powered text processing and context optimization
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "readwise-mcp-enhance": {
      "command": "npx",
      "args": [
        "-y",
        "arnaldo-delisio/readwise-mcp-enhanced"
      ]
    }
  }
}