Skip to main content
Glama

@kazuph/mcp-pocket

by kazuph

MCP 포켓

이는 Claude Desktop(또는 모든 MCP 클라이언트)이 Pocket API에서 저장된 기사를 가져올 수 있도록 해주는 커넥터입니다.

필수 조건

빠른 시작

  1. ~/Library/Application\ Support/Claude/claude_desktop_config.json 에 있는 Claude Desktop 구성을 수정하세요.

Claude Desktop 메뉴를 통해 쉽게 찾을 수 있습니다.

  1. 클로드 데스크톱 열기
  2. Mac 메뉴 막대에서 Claude를 클릭하세요
  3. "설정"을 클릭하세요
  4. "개발자"를 클릭하세요

이 구성이 없으면 이 위치에 빈 파일을 만들 수 있습니다.

다음을 구성 파일에 추가하고 자격 증명을 사용자 자신의 자격 증명으로 바꾸세요.

지엑스피1

개발 설정

  1. 이 저장소를 복제하고 종속성을 설치하세요.
git clone https://github.com/kazuph/mcp-pocket.git cd mcp-pocket npm install
  1. 개발의 경우 대신 다음 구성을 사용하세요.
{ "mcpServers": { "pocket": { "command": "npx", "args": ["tsx", "/path/to/mcp-pocket/index.ts"], "env": { "POCKET_CONSUMER_KEY": "your-pocket-consumer-key", "POCKET_ACCESS_TOKEN": "your-pocket-access-token" } } } }

개발 명령

# Build TypeScript npm run build # Watch mode for development npm run watch # Publish to npm npm login npm publish

사용 가능한 명령

Claude Desktop에서는 다음과 같은 MCP 도구를 사용할 수 있습니다.

  • pocket_get_articles : Pocket API에서 저장된 기사를 가져옵니다. 각 기사의 제목, URL, 발췌 내용을 반환합니다.
  • pocket_mark_as_read : 해당 항목 ID를 사용하여 Pocket 계정에서 특정 기사를 읽음(보관됨)으로 표시합니다.

Pocket API 자격 증명 가져오기

Pocket API 자격 증명을 얻는 방법에 대한 자세한 지침은 문제 #2 를 참조하세요.

빠른 단계:

  1. Pocket Developer Portal 에서 새 앱을 만드세요
  2. 인증 프로세스를 따라 소비자 키와 액세스 토큰을 받으세요.

특허

MIT

You must be authenticated.

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

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) 서버

  1. 필수 조건
    1. 빠른 시작
      1. 개발 설정
        1. 개발 명령
      2. 사용 가능한 명령
        1. Pocket API 자격 증명 가져오기
          1. 특허

            Related MCP Servers

            • A
              security
              A
              license
              A
              quality
              A comprehensive MCP server that provides sophisticated tools for interacting with PocketBase databases. This server enables advanced database operations, schema management, and data manipulation through the Model Context Protocol (MCP).
              Last updated -
              13
              30
              JavaScript
              MIT License
            • -
              security
              A
              license
              -
              quality
              Model Context Protocol server that enables Claude Desktop (or any MCP client) to fetch web content and process images appropriately.
              Last updated -
              11
              MIT License
              • Apple
            • -
              security
              A
              license
              -
              quality
              A 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 -
              Python
              MIT License
            • A
              security
              A
              license
              A
              quality
              A 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 -
              1
              1
              3
              JavaScript
              MIT License
              • Apple

            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/kazuph/mcp-pocket'

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