MCP 포켓
이는 Claude Desktop(또는 모든 MCP 클라이언트)이 Pocket API에서 저장된 기사를 가져올 수 있도록 해주는 커넥터입니다.
필수 조건
Node.js (
brew install node통해 설치)Claude Desktop( https://claude.ai/desktop 에서 설치)
Pocket API 자격 증명
빠른 시작
~/Library/Application\ Support/Claude/claude_desktop_config.json에 있는 Claude Desktop 구성을 수정하세요.
Claude Desktop 메뉴를 통해 쉽게 찾을 수 있습니다.
클로드 데스크톱 열기
Mac 메뉴 막대에서 Claude를 클릭하세요
"설정"을 클릭하세요
"개발자"를 클릭하세요
이 구성이 없으면 이 위치에 빈 파일을 만들 수 있습니다.
다음을 구성 파일에 추가하고 자격 증명을 사용자 자신의 자격 증명으로 바꾸세요.
지엑스피1
개발 설정
이 저장소를 복제하고 종속성을 설치하세요.
개발의 경우 대신 다음 구성을 사용하세요.
개발 명령
사용 가능한 명령
Claude Desktop에서는 다음과 같은 MCP 도구를 사용할 수 있습니다.
pocket_get_articles: Pocket API에서 저장된 기사를 가져옵니다. 각 기사의 제목, URL, 발췌 내용을 반환합니다.pocket_mark_as_read: 해당 항목 ID를 사용하여 Pocket 계정에서 특정 기사를 읽음(보관됨)으로 표시합니다.
Pocket API 자격 증명 가져오기
Pocket API 자격 증명을 얻는 방법에 대한 자세한 지침은 문제 #2 를 참조하세요.
빠른 단계:
Pocket Developer Portal 에서 새 앱을 만드세요
인증 프로세스를 따라 소비자 키와 액세스 토큰을 받으세요.
특허
MIT
local-only server
The server can only run on the client's local machine because it depends on local resources.
🔗 Pocket API에서 저장된 기사를 검색하고 Claude에 로드하기 위한 MCP(Model Context Protocol) 서버
Related Resources
Related MCP Servers
- Asecurity-licenseAqualityA Model Context Protocol (MCP) server for web research. Bring real-time info into Claude and easily research any topic.Last updated -315,704280MIT License
- -security-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 -325
- Asecurity-licenseAqualityA Model Context Protocol (MCP) server that enables Claude or other LLMs to fetch content from URLs, supporting HTML, JSON, text, and images with configurable request parameters.Last updated -32MIT License
- Asecurity-licenseAqualityA Model Context Protocol (MCP) server that allows Claude AI to interact with custom tools, enabling extension of Claude's capabilities through the MCP framework.Last updated -