リードワイズMCP
概要
モデル コンテキスト プロトコル (MCP) は、アプリケーションが大規模言語モデル (LLM) にコンテキストを提供する方法を標準化し、コンテキスト管理と直接的な LLM の相互作用を明確に分離します。
このプロジェクトは、LLM クライアント ( Claudeなど) とReadwise間のブリッジとして機能するように設計されたローカルMCP サーバーです。
クロードでのインスタレーション
Nodeがインストールされていることを確認してください。
Claude デスクトップ アプリを開きます。
[設定] > [開発者] に移動します。
Edit Config
クリックします。次のエントリを
claude_desktop_config.json
ファイルに追加し、ACCESS_TOKEN
値をReadwise Access Tokenに置き換えます。
トラブルシューティング
一般的なトラブルシューティングのガイダンスについては、公式の Model Context Protocol Claude Desktop のトラブルシューティング セクションを参照してください。
以下は、私たちが遭遇し解決した一般的な問題に対する具体的な解決策です。
「MCP サーバー Readwise MCP に接続できませんでした」
この問題が発生する原因として最も可能性が高いのは、npx/Nodeのバージョンが正しく設定されていないことです。nvm nvm
使用している場合は、ターミナルでnvm use 18
を実行してみてください。それでも解決しない場合は、Nodeの再インストールを検討してください。
Readwiseツールを呼び出す際のエラー
このMCPサーバーをご利用の場合、Claudeとの会話中にMCPエラーが発生する場合があります。このようなエラーが発生した場合は、Claudeの異なるモデル(例:Claude 3.5 HaikuからClaude 3.7 Sonnet)に切り替えてみることをお勧めします。多くの場合、この方法で問題が解決します。
local-only server
The server can only run on the client's local machine because it depends on local resources.
LLM クライアント (Claude など) を Readwise に接続し、AI アシスタントが保存された読書コンテンツにアクセスして対話できるようにするローカル モデル コンテキスト プロトコル サーバー。
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityA Model Context Protocol server that enables LLMs to read, search, and analyze code files with advanced caching and real-time file watching capabilities.Last updated -6729MIT License
- -securityAlicense-qualityA 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.
- -securityAlicense-qualityEnables access and interaction with your Readwise library, allowing you to retrieve and search highlights, books, and documents through natural language queries when using Claude or other MCP-compatible assistants.Last updated -20MIT License
- -securityFlicense-qualityA Model Context Protocol Server that enables language models to access and manipulate Readwise documents and highlights programmatically.Last updated -7