Skip to main content
Glama

@kazuph/mcp-pocket

by kazuph

MCP 口袋

这是一个连接器,允许 Claude Desktop(或任何 MCP 客户端)从 Pocket API 获取您保存的文章。

先决条件

快速入门

  1. 修改位于此处的 Claude Desktop 配置: ~/Library/Application\ Support/Claude/claude_desktop_config.json

您可以通过 Claude Desktop 菜单轻松找到它:

  1. 打开 Claude 桌面
  2. 在 Mac 菜单栏上单击 Claude
  3. 点击“设置”
  4. 点击“开发者”

如果您没有此配置,您可以在此位置创建一个空文件。

将以下内容添加到配置文件中,用您自己的凭据替换:

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

开发设置

  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 API 凭证

有关获取 Pocket API 凭证的详细说明,请参阅问题 #2

快速步骤:

  1. Pocket Developer Portal上创建新应用程序
  2. 按照身份验证流程获取您的消费者密钥和访问令牌

执照

麻省理工学院

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.

🔗 模型上下文协议 (MCP) 服务器,用于从 Pocket API 检索已保存的文章并将其加载到 Claude 中

  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