Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Pocket

БесплатноДавно не обновлялся (627д)

Integrates with the Pocket API to enable natural language-based retrieval and management of saved articles.

GitHubEmbed

Описание

Integrates with the Pocket API to enable natural language-based retrieval and management of saved articles.

README

This is a connector to allow Claude Desktop (or any MCP client) to fetch your saved articles from Pocket API.

@kazuph/mcp-pocket MCP server

Prerequisites

Quick Start

  1. Modify your Claude Desktop config located here: ~/Library/Application\ Support/Claude/claude_desktop_config.json

You can easily find this through the Claude Desktop menu:

  1. Open Claude Desktop
  2. Click Claude on the Mac menu bar
  3. Click "Settings"
  4. Click "Developer"

If you don't have this config, you can create an empty file at this location.

Add the following to the config file, replacing the credentials with your own:

{
  "mcpServers": {
    "pocket": {
      "command": "npx",
      "args": ["-y", "@kazuph/mcp-pocket"],
      "env": {
        "POCKET_CONSUMER_KEY": "your-pocket-consumer-key",
        "POCKET_ACCESS_TOKEN": "your-pocket-access-token"
      }
    }
  }
}

Development Setup

  1. Clone this repository and install dependencies:
git clone https://github.com/kazuph/mcp-pocket.git
cd mcp-pocket
npm install
  1. For development, use this configuration instead:
{
  "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"
      }
    }
  }
}

Development Commands

# Build TypeScript
npm run build

# Watch mode for development
npm run watch

# Publish to npm
npm login
npm publish

Available Commands

The following MCP tools will be available in Claude Desktop:

  • pocket_get_articles: Fetch your saved articles from Pocket API. Returns title, URL, and excerpt for each article.
  • pocket_mark_as_read: Mark a specific article as read (archived) in your Pocket account using its item ID.

Getting Pocket API Credentials

For detailed instructions on obtaining your Pocket API credentials, please refer to Issue #2.

Quick steps:

  1. Create a new app at Pocket Developer Portal
  2. Follow the authentication process to get your Consumer Key and Access Token

License

MIT

from github.com/kazuph/mcp-pocket

Установить Pocket в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install pocket

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

claude mcp add pocket --env POCKET_ACCESS_TOKEN="" --env POCKET_CONSUMER_KEY="" -- npx -y @kazuph/mcp-pocket

Пошаговые гайды: как установить Pocket

FAQ

Pocket MCP бесплатный?

Да, Pocket MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Pocket?

Да, требуются переменные окружения: POCKET_ACCESS_TOKEN, POCKET_CONSUMER_KEY. Unyly подставит их в конфиг при установке.

Pocket — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Pocket в Claude Desktop, Claude Code или Cursor?

Открой Pocket на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Изменения

Версии и запрашиваемые доступы со временем.

  • Новая версия опубликована
  • Новая версия опубликована

Похожие MCP

Compare Pocket with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development