@kazuph/mcp-pocket

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
POCKET_ACCESS_TOKENYesYour Pocket API access token
POCKET_CONSUMER_KEYYesYour Pocket API consumer key

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
pocket_get_articlesFetches the latest unread articles from Pocket API. Returns up to 20 articles by default. You can specify the number of articles to fetch (1-20) using the count parameter. Returns the article ID, title, URL, and excerpt for each article.
pocket_mark_as_readMarks a specific Pocket article as read (archived) using its item ID.