リードワイズMCP
概要
モデル コンテキスト プロトコル (MCP) は、アプリケーションが大規模言語モデル (LLM) にコンテキストを提供する方法を標準化し、コンテキスト管理と直接的な LLM の相互作用を明確に分離します。
このプロジェクトは、LLM クライアント ( Claudeなど) とReadwise間のブリッジとして機能するように設計されたローカルMCP サーバーです。
クロードでのインスタレーション
- Nodeがインストールされていることを確認してください。
- Claude デスクトップ アプリを開きます。
- [設定] > [開発者] に移動します。
Edit Config
クリックします。- 次のエントリを
claude_desktop_config.json
ファイルに追加し、ACCESS_TOKEN
値をReadwise Access Tokenに置き換えます。
Copy
トラブルシューティング
一般的なトラブルシューティングのガイダンスについては、公式の 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)に切り替えてみることをお勧めします。多くの場合、この方法で問題が解決します。
You must be authenticated.
LLM クライアント (Claude など) を Readwise に接続し、AI アシスタントが保存された読書コンテンツにアクセスして対話できるようにするローカル モデル コンテキスト プロトコル サーバー。
Related Resources
Related MCP Servers
- AsecurityFlicenseAqualityA server that implements the Model Context Protocol to connect LLMs to Brightsy AI agents, allowing users to pass messages to and receive responses from these agents.Last updated -196JavaScript
- AsecurityFlicenseAqualityA Model Context Protocol server that connects Claude and other AI assistants to your Notion workspace, allowing AIs to interact with databases, pages, and blocks.Last updated -126410JavaScript
- -securityAlicense-qualityA Model Context Protocol server that allows AI assistants like Claude to read notes from the Bear note-taking app in a safe, read-only mode.Last updated -2JavaScriptMIT License
- -securityFlicense-qualityA Model Context Protocol server that connects AI assistants like Claude to Notion workspaces, enabling them to view, search, create, and update Notion databases, pages, and content blocks.Last updated -275JavaScript