Skip to main content
Glama

Readwise MCP

Official
by readwiseio

Readwise MCP

概述

模型上下文协议 (MCP)标准化了应用程序向大型语言模型 (LLM) 提供上下文的方式,确保上下文管理和直接 LLM 交互之间的明确分离。

该项目是一个本地MCP 服务器,旨在充当 LLM 客户端(如Claude )和Readwise之间的桥梁。

观看演示!

克劳德的装置

  1. 请确保您已安装Node
  2. 打开 Claude 桌面应用程序。
  3. 导航至“设置”>“开发者”。
  4. 单击Edit Config
  5. 将以下条目添加到claude_desktop_config.json文件,用您的Readwise Access Token替换ACCESS_TOKEN值。
{ "mcpServers": { "Readwise MCP": { "command": "npx", "args": [ "-y", "@readwise/readwise-mcp" ], "env": { "ACCESS_TOKEN": "XXXXXXXXX" } } } }

故障排除

有关一般故障排除指导,请参阅官方模型上下文协议 Claude 桌面故障排除部分

以下是我们遇到并解决的常见问题的具体解决方案。

“无法连接到 MCP 服务器 Readwise MCP”

发生这种情况很可能是因为您设置的 npx/Node 版本不正确。如果您使用的是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