-
securityF
license-
qualityA Model Context Protocol server built with mcp-framework that allows users to create and manage custom tools for processing data, integrating with the Claude Desktop via CLI.
Last updated -
48
4
TypeScript
一个模型上下文协议 (MCP) 服务器,可与您的Readwise 阅读器库无缝集成。此服务器支持兼容 MCP 的客户端(例如 Claude 和 VS Code)与您的阅读器库进行交互,提供文档列表、检索和更新功能。它充当 MCP 客户端与您在 Readwise 阅读器中的个人知识库之间的桥梁。
list_documents
location
(字符串,可选):要筛选的文件夹。以下选项之一: new
、 later
、 shortlist
、 archive
、 feed
。updatedAfter
(字符串,可选):仅返回在此 ISO8601 时间戳之后更新的文档。withContent
(布尔值,可选):如果为真,则在结果中包含 HTML 内容(默认值:false)。pageCursor
(字符串,可选):用于获取下一页的分页游标。要将此服务器与 Claude Desktop、VS Code 或任何与 MCP 兼容的客户端一起使用,请将以下配置添加到客户端设置中(例如, claude_desktop_config.json
或.vscode/mcp.json
):
/absolute/path/to/your/reader/server
替换为此项目目录的实际路径。your_readwise_access_token
替换为您的实际 Readwise Reader API 访问令牌。.env
文件中指定ACCESS_TOKEN
。有关更多信息,请参阅Readwise Reader API 文档和MCP 文档。
You must be authenticated.
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
模型上下文协议服务器将与 MCP 兼容的客户端(如 Claude 和 VS Code)连接到您的 Readwise Reader 库,允许它们列出、检索和更新您个人知识库中的文档。