Skip to main content
Glama

リーダーMCPサーバー

概要

Readwise Readerライブラリとシームレスに統合するモデルコンテキストプロトコル(MCP)サーバー。このサーバーにより、ClaudeやVS CodeなどのMCP対応クライアントがReadwise Readerライブラリと連携し、ドキュメントの一覧表示、取得、更新などの機能を提供できるようになります。MCPクライアントとReadwise Reader内の個人用ナレッジリポジトリ間の橋渡しとして機能します。

コンポーネント

ツール

  • list_documents

    • 柔軟なフィルタリングとページ区切りを使用して、リーダーからドキュメントを一覧表示します。

    • 入力:

      • location (文字列、オプション): フィルタリングするフォルダー。new new``latershortlistarchivefeedのいずれか。

      • updatedAfter (文字列、オプション): この ISO8601 タイムスタンプ以降に更新されたドキュメントのみを返します。

      • withContent (ブール値、オプション): true の場合、結果に HTML コンテンツが含まれます (デフォルト: false)。

      • pageCursor (文字列、オプション): 次のページを取得するためのページ区切りカーソル。

    • 戻り値:

      • 各ドキュメントにはメタデータと (オプションで) コンテンツ、およびページ区切り情報が含まれます。

MCPクライアントでの使用

Claude デスクトップ / VS Code / その他の MCP クライアント

このサーバーを Claude Desktop、VS Code、または MCP 互換クライアントで使用するには、クライアント設定 (例: claude_desktop_config.jsonまたは.vscode/mcp.json ) に次の構成を追加します。

uv (ローカルサーバー)

{ "mcpServers": { "reader": { "command": "uv", "args": [ "--directory", "/absolute/path/to/your/reader/server", "run", "main.py" ], "env": { "ACCESS_TOKEN": "your_readwise_access_token" } } } }
  • /absolute/path/to/your/reader/serverこのプロジェクト ディレクトリへの実際のパスに置き換えます。

  • your_readwise_access_token実際の Readwise Reader API アクセス トークンに置き換えます。

  • あるいは、プロジェクト ディレクトリにある.envファイルでACCESS_TOKENを指定することもできます。


詳細については、 Readwise Reader API ドキュメントMCP ドキュメントを参照してください。

Deploy Server
A
security – no known vulnerabilities
-
license - not tested
A
quality - confirmed to work

Related MCP Servers

  • -
    security
    -
    license
    -
    quality
    A Model Context Protocol server that enables Claude to interact with the ConnectWise Manage API to perform operations like retrieving, creating, updating, and deleting tickets, companies, contacts, and other entities.
  • A
    security
    -
    license
    A
    quality
    Model Context Protocol server that enables Claude Desktop (or any MCP client) to fetch web content and process images appropriately.
    Last updated -
    4
    1
    106
    MIT License
    • Apple
  • A
    security
    A
    license
    A
    quality
    A local Model Context Protocol server that connects LLM clients (like Claude) to Readwise, enabling AI assistants to access and interact with your saved reading content.
    Last updated -
    1
    71
    115
    MIT License
  • -
    security
    A
    license
    -
    quality
    A Model Context Protocol server that enables seamless interaction between MCP clients (like Claude Desktop) and CODESYS V3 programming environments, allowing automation of project management, POU creation, code editing, and compilation tasks.
    Last updated -
    57
    7
    MIT License

View all related MCP servers

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/xinthink/reader-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server