リーダーMCPサーバー
概要
Readwise Readerライブラリとシームレスに統合するモデルコンテキストプロトコル(MCP)サーバー。このサーバーにより、ClaudeやVS CodeなどのMCP対応クライアントがReadwise Readerライブラリと連携し、ドキュメントの一覧表示、取得、更新などの機能を提供できるようになります。MCPクライアントとReadwise Reader内の個人用ナレッジリポジトリ間の橋渡しとして機能します。
コンポーネント
ツール
list_documents
- 柔軟なフィルタリングとページ区切りを使用して、リーダーからドキュメントを一覧表示します。
- 入力:
location
(文字列、オプション): フィルタリングするフォルダー。newnew``later
、shortlist
、archive
、feed
のいずれか。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 (ローカルサーバー)
/absolute/path/to/your/reader/server
このプロジェクト ディレクトリへの実際のパスに置き換えます。your_readwise_access_token
実際の Readwise Reader API アクセス トークンに置き換えます。- あるいは、プロジェクト ディレクトリにある
.env
ファイルでACCESS_TOKEN
を指定することもできます。
詳細については、 Readwise Reader API ドキュメントとMCP ドキュメントを参照してください。
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Tools
Claude や VS Code などの MCP 互換クライアントを Readwise Reader ライブラリに接続し、個人のナレッジ リポジトリ内のドキュメントの一覧表示、取得、更新を可能にするモデル コンテキスト プロトコル サーバー。
Related MCP Servers
- -securityFlicense-qualityA Model Context Protocol server built with mcp-framework that allows users to create and manage custom tools for processing data, integrating with the Claude Desktop via CLI.Last updated -484TypeScript
- AsecurityAlicenseAqualityAn implementation of Claude Code as a Model Context Protocol server that enables using Claude's software engineering capabilities (code generation, editing, reviewing, and file operations) through the standardized MCP interface.Last updated -886JavaScriptMIT License
- -securityAlicense-qualityA Model Context Protocol server that connects Claude and other MCP clients to Aider, enabling AI assistants to efficiently edit files, create new files, and interact with git repositories through natural language.Last updated -9PythonThe Unlicense
- AsecurityAlicenseAqualityA Model Context Protocol server that automatically reads the Claude Desktop configuration file and presents all available MCP services in an easy-to-copy format at the top of the tools list.Last updated -113JavaScriptMIT License