MCP Pocket
by kazuph
MCP Pocket is a connector that allows Claude Desktop to fetch your saved articles from the Pocket API. It enables you to integrate your Pocket articles directly into Claude for summarization, analysis, or other tasks.
Last updated: N/A
What is MCP Pocket?
MCP Pocket is a server that acts as a bridge between Claude Desktop (or any MCP client) and the Pocket API. It allows you to access and interact with your saved articles from Pocket within Claude.
How to use MCP Pocket?
To use MCP Pocket, you need to configure your Claude Desktop config file with the necessary Pocket API credentials (consumer key and access token). You also need to install Node.js and the MCP Pocket package. Once configured, you can use the available commands within Claude Desktop to fetch articles and mark them as read.
Key features of MCP Pocket
Fetches saved articles from Pocket API
Returns title, URL, and excerpt for each article
Allows marking articles as read in Pocket
Integrates seamlessly with Claude Desktop
Easy configuration with Pocket API credentials
Use cases of MCP Pocket
Summarizing saved articles within Claude
Analyzing Pocket articles for research purposes
Integrating Pocket articles into Claude workflows
Managing and organizing saved articles through Claude
FAQ from MCP Pocket
How do I get Pocket API credentials?
How do I get Pocket API credentials?
Create a new app at the Pocket Developer Portal and follow the authentication process to get your Consumer Key and Access Token. Refer to Issue #2 on the GitHub repository for more detailed instructions.
Where is the Claude Desktop config file located?
Where is the Claude Desktop config file located?
The config file is located at ~/Library/Application Support/Claude/claude_desktop_config.json
.
What commands are available?
What commands are available?
The available commands are pocket_get_articles
(to fetch articles) and pocket_mark_as_read
(to mark an article as read).
What are the prerequisites for using MCP Pocket?
What are the prerequisites for using MCP Pocket?
You need Node.js, Claude Desktop, and Pocket API credentials.
How do I install MCP Pocket?
How do I install MCP Pocket?
You can install it by adding the configuration to your Claude Desktop config file and running the server using npx @kazuph/mcp-pocket
.