readwise-skills

readwiseio/readwise-skills
★ 173 stars Python 🤖 AI/LLM Updated today
Agent skills for your Readwise and Reader data, powered by the Readwise MCP server/CLI. Triage your inbox, quiz yourself on what you've read, build a personalized now-reading page, and more.
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-skills": {
      "command": "uvx",
      "args": [
        "readwise-skills"
      ]
    }
  }
}

Or install with pip: pip install readwise-skills