리더 MCP 서버
개요
Readwise Reader 라이브러리와 완벽하게 통합되는 모델 컨텍스트 프로토콜(MCP) 서버입니다. 이 서버는 Claude 및 VS Code와 같은 MCP 호환 클라이언트가 Reader 라이브러리와 상호 작용하여 문서 목록, 검색 및 업데이트 기능을 제공할 수 있도록 지원합니다. 또한, MCP 클라이언트와 Readwise Reader의 개인 지식 저장소를 연결하는 다리 역할을 합니다.
구성 요소
도구
list_documents
- 유연한 필터링과 페이지 매김 기능을 통해 Reader에서 문서를 나열합니다.
- 입력:
location
(문자열, 선택 사항): 필터링할 폴더입니다.new
,later
,shortlist
,archive
,feed
중 하나입니다.updatedAfter
(문자열, 선택 사항): 이 ISO8601 타임스탬프 이후에 업데이트된 문서만 반환합니다.withContent
(부울, 선택 사항): true인 경우 결과에 HTML 콘텐츠를 포함합니다(기본값: false).pageCursor
(문자열, 선택 사항): 다음 페이지를 가져오기 위한 페이지 번호 커서입니다.
- 보고:
- 각 문서에 메타데이터와 (선택적으로) 콘텐츠, 페이지 번호 정보가 포함된 문서 목록이 있는 JSON 객체입니다.
MCP 클라이언트와 함께 사용
Claude Desktop / VS Code / 기타 MCP 클라이언트
Claude Desktop, VS Code 또는 MCP 호환 클라이언트와 함께 이 서버를 사용하려면 클라이언트 설정에 다음 구성을 추가하세요(예: claude_desktop_config.json
또는 .vscode/mcp.json
):
uv(로컬 서버)
지엑스피1
/absolute/path/to/your/reader/server
이 프로젝트 디렉토리의 실제 경로로 바꾸세요.your_readwise_access_token
실제 Readwise Reader API 액세스 토큰으로 바꾸세요.- 또는 프로젝트 디렉토리에 있는
.env
파일에서ACCESS_TOKEN
지정할 수 있습니다.
자세한 내용은 Readwise Reader API 설명서 와 MCP 설명서를 참조하세요.
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Tools
Claude와 VS Code와 같은 MCP 호환 클라이언트를 Readwise Reader 라이브러리에 연결하여 개인 지식 저장소의 문서를 나열, 검색 및 업데이트할 수 있는 모델 컨텍스트 프로토콜 서버입니다.
Related MCP Servers
- -securityFlicense-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 -484TypeScript
- AsecurityAlicenseAqualityAn implementation of Claude Code as a Model Context Protocol server that enables using Claude's software engineering capabilities (code generation, editing, reviewing, and file operations) through the standardized MCP interface.Last updated -886JavaScriptMIT License
- -securityAlicense-qualityA Model Context Protocol server that connects Claude and other MCP clients to Aider, enabling AI assistants to efficiently edit files, create new files, and interact with git repositories through natural language.Last updated -9PythonThe Unlicense
- AsecurityAlicenseAqualityA Model Context Protocol server that automatically reads the Claude Desktop configuration file and presents all available MCP services in an easy-to-copy format at the top of the tools list.Last updated -113JavaScriptMIT License