Readwise MCP
概述
模型上下文协议 (MCP)标准化了应用程序向大型语言模型 (LLM) 提供上下文的方式,确保上下文管理和直接 LLM 交互之间的明确分离。
该项目是一个本地MCP 服务器,旨在充当 LLM 客户端(如Claude )和Readwise之间的桥梁。
克劳德的装置
- 请确保您已安装Node 。
- 打开 Claude 桌面应用程序。
- 导航至“设置”>“开发者”。
- 单击
Edit Config
。 - 将以下条目添加到
claude_desktop_config.json
文件,用您的Readwise Access Token替换ACCESS_TOKEN
值。
故障排除
有关一般故障排除指导,请参阅官方模型上下文协议 Claude 桌面故障排除部分。
以下是我们遇到并解决的常见问题的具体解决方案。
“无法连接到 MCP 服务器 Readwise MCP”
发生这种情况很可能是因为您设置的 npx/Node 版本不正确。如果您使用的是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
- 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 -12010JavaScript
- -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
- AsecurityFlicenseAqualityA 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 -12194JavaScript