MCP 口袋
这是一个连接器,允许 Claude Desktop(或任何 MCP 客户端)从 Pocket API 获取您保存的文章。
先决条件
Node.js(通过
brew install node安装)Claude Desktop(从https://claude.ai/desktop安装)
Pocket API 凭证
快速入门
修改位于此处的 Claude Desktop 配置:
~/Library/Application\ Support/Claude/claude_desktop_config.json
您可以通过 Claude Desktop 菜单轻松找到它:
打开 Claude 桌面
在 Mac 菜单栏上单击 Claude
点击“设置”
点击“开发者”
如果您没有此配置,您可以在此位置创建一个空文件。
将以下内容添加到配置文件中,用您自己的凭据替换:
开发设置
克隆此存储库并安装依赖项:
对于开发,请使用此配置:
开发命令
可用命令
Claude Desktop 中将提供以下 MCP 工具:
pocket_get_articles:从 Pocket API 获取已保存的文章。返回每篇文章的标题、URL 和摘录。pocket_mark_as_read:使用其项目 ID 将特定文章标记为已读(已存档)。
获取 Pocket API 凭证
有关获取 Pocket API 凭证的详细说明,请参阅问题 #2 。
快速步骤:
在Pocket Developer Portal上创建新应用程序
按照身份验证流程获取您的消费者密钥和访问令牌
执照
麻省理工学院
local-only server
The server can only run on the client's local machine because it depends on local resources.
🔗 模型上下文协议 (MCP) 服务器,用于从 Pocket API 检索已保存的文章并将其加载到 Claude 中
Related Resources
Related MCP Servers
- Asecurity-licenseAqualityA Model Context Protocol (MCP) server for web research. Bring real-time info into Claude and easily research any topic.Last updated -315,704280MIT License
- -security-license-qualityA Model Context Protocol server built with mcp-framework that allows users to create and manage custom tools for processing data, integrating with the Claude Desktop via CLI.Last updated -325
- Asecurity-licenseAqualityA 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 -32MIT License
- Asecurity-licenseAqualityA Model Context Protocol (MCP) server that allows Claude AI to interact with custom tools, enabling extension of Claude's capabilities through the MCP framework.Last updated -