Skip to main content
Glama

Readwise MCP

Official
by readwiseio

リードワイズMCP

概要

モデル コンテキスト プロトコル (MCP) は、アプリケーションが大規模言語モデル (LLM) にコンテキストを提供する方法を標準化し、コンテキスト管理と直接的な LLM の相互作用を明確に分離します。

このプロジェクトは、LLM クライアント ( Claudeなど) とReadwise間のブリッジとして機能するように設計されたローカルMCP サーバーです。

デモをご覧ください!

クロードでのインスタレーション

  1. Nodeがインストールされていることを確認してください。
  2. Claude デスクトップ アプリを開きます。
  3. [設定] > [開発者] に移動します。
  4. Edit Configクリックします。
  5. 次のエントリをclaude_desktop_config.jsonファイルに追加し、 ACCESS_TOKEN値をReadwise Access Tokenに置き換えます。
{ "mcpServers": { "Readwise MCP": { "command": "npx", "args": [ "-y", "@readwise/readwise-mcp" ], "env": { "ACCESS_TOKEN": "XXXXXXXXX" } } } }

トラブルシューティング

一般的なトラブルシューティングのガイダンスについては、公式の 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)に切り替えてみることをお勧めします。多くの場合、この方法で問題が解決します。

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

local-only server

The server can only run on the client's local machine because it depends on local resources.

LLM クライアント (Claude など) を Readwise に接続し、AI アシスタントが保存された読書コンテンツにアクセスして対話できるようにするローカル モデル コンテキスト プロトコル サーバー。

  1. 概要
    1. クロードでのインスタレーション
      1. トラブルシューティング

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      A 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 -
      6
      12
      23
      JavaScript
      MIT License
      • Linux
      • Apple
    • -
      security
      A
      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.
      Last updated -
      JavaScript
      MIT License
      • Apple
    • -
      security
      A
      license
      -
      quality
      Enables 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 -
      22
      TypeScript
      MIT License
    • -
      security
      F
      license
      -
      quality
      A Model Context Protocol Server that enables language models to access and manipulate Readwise documents and highlights programmatically.
      Last updated -
      5
      Python

    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/readwiseio/readwise-mcp'

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