Readwise MCP

by readwiseio
MIT License
51
23

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),这通常可以解决问题。

You must be authenticated.

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

本地模型上下文协议服务器将 LLM 客户端(如 Claude)连接到 Readwise,使 AI 助手能够访问和与您保存的阅读内容进行交互。

  1. 概述
    1. 克劳德的装置
      1. 故障排除

    Related MCP Servers

    • A
      security
      F
      license
      A
      quality
      A 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 -
      1
      96
      JavaScript
    • A
      security
      F
      license
      A
      quality
      A 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 -
      12
      64
      10
      JavaScript
      • Apple
    • -
      security
      A
      license
      -
      quality
      A 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 -
      2
      JavaScript
      MIT License
      • Apple
    • -
      security
      F
      license
      -
      quality
      A 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 -
      275
      JavaScript
      • Apple

    View all related MCP servers

    ID: yir753n9mw