리드와이즈 MCP
개요
MCP(모델 컨텍스트 프로토콜)는 애플리케이션이 대규모 언어 모델(LLM)에 컨텍스트를 제공하는 방식을 표준화하여 컨텍스트 관리와 LLM과의 직접적인 상호작용을 명확하게 분리합니다.
이 프로젝트는 LLM 클라이언트(예: Claude )와 Readwise 사이의 브리지 역할을 하도록 설계된 로컬 MCP 서버 입니다.
클로드에 설치
- Node가 설치되어 있는지 확인하세요.
- Claude 데스크톱 앱을 엽니다.
- 설정 > 개발자로 이동합니다.
Edit Config
클릭합니다.claude_desktop_config.json
파일에 다음 항목을 추가하고ACCESS_TOKEN
값을 Readwise 액세스 토큰 으로 바꿉니다.
지엑스피1
문제 해결
일반적인 문제 해결 지침은 공식 Model Context Protocol Claude Desktop 문제 해결 섹션을 참조하세요.
아래에는 우리가 접하고 해결한 일반적인 문제에 대한 구체적인 솔루션이 나와 있습니다.
"MCP 서버 Readwise MCP에 연결할 수 없습니다."
이런 문제가 발생하는 가장 큰 이유는 npx/Node 버전이 잘못 설정되었기 때문일 수 있습니다. nvm
사용 중이라면 터미널에서 nvm use 18
실행해 보세요. 그렇지 않다면 Node.js를 다시 설치하는 것을 고려해 보세요.
Readwise 도구 호출 시 오류 발생
이 MCP 서버를 사용할 때 Claude와 대화하는 동안 가끔 MCP 오류가 발생할 수 있습니다. 이러한 오류가 발생하는 경우, 다른 Claude 모델(예: Claude 3.5 Haiku에서 Claude 3.7 Sonnet으로)로 전환해 보는 것이 좋습니다. 이렇게 하면 문제가 해결되는 경우가 많습니다.
You must be authenticated.
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 -126410JavaScript
- -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
- -securityFlicense-qualityA 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 -275JavaScript