P

Pocket

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

91 views
0 installs
Updated Oct 11, 2025
Not audited
Integrates with the Pocket API to enable natural language-based retrieval and management of saved articles.
  1. Create a Pocket Developer App

    • Go to the Pocket Developer Portal: https://getpocket.com/developer/apps/new
    • Log in with your Pocket account if prompted.
    • Fill in the required fields to register a new application (e.g., application name, description).
    • Submit the form; your app will be created.
  2. Get Your Consumer Key

    • After your app is created, you will be shown a "Consumer Key" for your application.
    • Copy this Consumer Key as you will need it in the next step.
  3. Obtain Your Access Token

    • Start the authentication process to get the Access Token:
      • Follow the instructions on the Pocket authentication docs or as summarized below:
      • Use your Consumer Key to make a request to Pocket’s API to obtain a request token.
      • Authorize the app (usually by visiting a URL provided by the API).
      • Exchange the request token for an access token using another API call.
    • For a step-by-step guide and examples, refer to Issue #2.
    • After completing the process, you will have your Access Token.
  4. Add the Credentials in FastMCP

    • In the FastMCP connection interface, click the “Install Now” button for MCP Pocket.
    • When prompted, enter your:
      • POCKET_CONSUMER_KEY: (Paste the Consumer Key from Step 2)
      • POCKET_ACCESS_TOKEN: (Paste the Access Token from Step 3)
    • Save or confirm to finish.

Your MCP Pocket connector is now configured and ready to fetch your Pocket articles!

Quick Start

View on GitHub

More for Productivity

View All →

Report Issue

Thank you! Your issue report has been submitted successfully.