JUHE API Marketplace
xinthink avatar
MCP Server

Reader MCP Server

A Model Context Protocol server that connects MCP-compatible clients like Claude and VS Code to your Readwise Reader library, allowing them to list, retrieve, and update documents in your personal knowledge repository.

10
GitHub Stars
11/22/2025
Last Updated
MCP Server Configuration
1{
2 "name": "reader",
3 "command": "uv",
4 "args": [
5 "--directory",
6 "/absolute/path/to/your/reader/server",
7 "run",
8 "main.py"
9 ],
10 "env": {
11 "ACCESS_TOKEN": "your_readwise_access_token"
12 }
13}
JSON13 lines
  1. Home
  2. MCP Servers
  3. reader-mcp-server

README Documentation

Reader MCP Server

Reader MCP Server

Overview

A Model Context Protocol (MCP) server that seamlessly integrates with your Readwise Reader library. This server enables MCP-compatible clients like Claude and VS Code to interact with your Reader library, providing capabilities for document listing, retrieval, and updates. It serves as a bridge between MCP clients and your personal knowledge repository in Readwise Reader.

Components

Tools

  • list_documents
    • List documents from Reader with flexible filtering and pagination.
    • Input:
      • location (string, optional): Folder to filter by. One of new, later, shortlist, archive, feed.
      • updatedAfter (string, optional): Only return documents updated after this ISO8601 timestamp.
      • withContent (boolean, optional): If true, include HTML content in results (default: false).
      • pageCursor (string, optional): Pagination cursor for fetching the next page.
    • Returns:
      • JSON object with a list of documents, each including metadata and (optionally) content, plus pagination info.

Usage with MCP Clients

Claude Desktop / VS Code / Other MCP Clients

To use this server with Claude Desktop, VS Code, or any MCP-compatible client, add the following configuration to your client settings (e.g., claude_desktop_config.json or .vscode/mcp.json):

uv (local server)

{
  "mcpServers": {
    "reader": {
      "command": "uv",
      "args": [
        "--directory",
        "/absolute/path/to/your/reader/server",
        "run",
        "main.py"
      ],
      "env": {
        "ACCESS_TOKEN": "your_readwise_access_token"
      }
    }
  }
}
  • Replace /absolute/path/to/your/reader/server with the actual path to this project directory.
  • Replace your_readwise_access_token with your actual Readwise Reader API access token.
  • Alternatively, you can specify the ACCESS_TOKEN in an .env file located in the project directory.

For more information, see the Readwise Reader API documentation and MCP documentation.

Quick Install

Quick Actions

View on GitHubView All Servers

Key Features

Model Context Protocol
Secure Communication
Real-time Updates
Open Source

Boost your projects with Wisdom Gate LLM API

Supporting GPT-5, Claude-4, DeepSeek v3, Gemini and more.

Enjoy a free trial and save 20%+ compared to official pricing.

Learn More
JUHE API Marketplace

Accelerate development, innovate faster, and transform your business with our comprehensive API ecosystem.

JUHE API VS

  • vs. RapidAPI
  • vs. API Layer
  • API Platforms 2025
  • API Marketplaces 2025
  • Best Alternatives to RapidAPI

For Developers

  • Console
  • Collections
  • Documentation
  • MCP Servers
  • Free APIs
  • Temp Mail Demo

Product

  • Browse APIs
  • Suggest an API
  • Wisdom Gate LLM
  • Global SMS Messaging
  • Temp Mail API

Company

  • What's New
  • Welcome
  • About Us
  • Contact Support
  • Terms of Service
  • Privacy Policy
Featured on Startup FameFeatured on Twelve ToolsFazier badgeJuheAPI Marketplace - Connect smarter, beyond APIs | Product Huntai tools code.marketDang.ai
Copyright © 2025 - All rights reserved