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
- AsecurityAlicenseAqualityA 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 -6729MIT License
- -securityAlicense-qualityA 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.
- -securityAlicense-qualityEnables 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 -20MIT License
- -securityFlicense-qualityA Model Context Protocol Server that enables language models to access and manipulate Readwise documents and highlights programmatically.Last updated -7