Skip to main content
Glama

Reader MCP Server

by xinthink

读者 MCP 服务器

概述

一个模型上下文协议 (MCP) 服务器,可与您的Readwise 阅读器库无缝集成。此服务器支持兼容 MCP 的客户端(例如 Claude 和 VS Code)与您的阅读器库进行交互,提供文档列表、检索和更新功能。它充当 MCP 客户端与您在 Readwise 阅读器中的个人知识库之间的桥梁。

成分

工具

  • list_documents
    • 通过灵活的过滤和分页功能列出阅读器中的文档。
    • 输入:
      • location (字符串,可选):要筛选的文件夹。以下选项之一: newlatershortlistarchivefeed
      • updatedAfter (字符串,可选):仅返回在此 ISO8601 时间戳之后更新的文档。
      • withContent (布尔值,可选):如果为真,则在结果中包含 HTML 内容(默认值:false)。
      • pageCursor (字符串,可选):用于获取下一页的分页游标。
    • 返回:
      • 包含文档列表的 JSON 对象,每个文档包括元数据和(可选)内容,以及分页信息。

与 MCP 客户端一起使用

Claude Desktop / VS Code / 其他 MCP 客户端

要将此服务器与 Claude Desktop、VS Code 或任何与 MCP 兼容的客户端一起使用,请将以下配置添加到客户端设置中(例如, claude_desktop_config.json.vscode/mcp.json ):

uv(本地服务器)
{ "mcpServers": { "reader": { "command": "uv", "args": [ "--directory", "/absolute/path/to/your/reader/server", "run", "main.py" ], "env": { "ACCESS_TOKEN": "your_readwise_access_token" } } } }
  • /absolute/path/to/your/reader/server替换为此项目目录的实际路径。
  • your_readwise_access_token替换为您的实际 Readwise Reader API 访问令牌。
  • 或者,您可以在项目目录中的.env文件中指定ACCESS_TOKEN

有关更多信息,请参阅Readwise Reader API 文档MCP 文档

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

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 库,允许它们列出、检索和更新您个人知识库中的文档。

  1. 概述
    1. 成分
      1. 工具
    2. 与 MCP 客户端一起使用
      1. Claude Desktop / VS Code / 其他 MCP 客户端

    Related MCP Servers

    • -
      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
    • A
      security
      A
      license
      A
      quality
      Model Context Protocol server that enables Claude Desktop (or any MCP client) to fetch web content and process images appropriately.
      Last updated -
      1
      11
      MIT License
      • Apple
    • A
      security
      A
      license
      A
      quality
      A local Model Context Protocol server that connects LLM clients (like Claude) to Readwise, enabling AI assistants to access and interact with your saved reading content.
      Last updated -
      1
      646
      84
      JavaScript
      MIT License
    • -
      security
      A
      license
      -
      quality
      A Model Context Protocol server that enables seamless interaction between MCP clients (like Claude Desktop) and CODESYS V3 programming environments, allowing automation of project management, POU creation, code editing, and compilation tasks.
      Last updated -
      13
      5
      TypeScript
      MIT License

    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/xinthink/reader-mcp-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server