MCPポケット
これは、Claude Desktop (または任意の MCP クライアント) が Pocket API から保存した記事を取得できるようにするコネクタです。
前提条件
Node.js (
brew install nodeでインストール)Claude Desktop ( https://claude.ai/desktopからインストール)
ポケットAPI認証情報
クイックスタート
Claude Desktop の設定を変更してください:
~/Library/Application\ Support/Claude/claude_desktop_config.json
これは、Claude Desktop メニューから簡単に見つけることができます。
クロードデスクトップを開く
MacのメニューバーでClaudeをクリック
「設定」をクリック
「開発者」をクリック
この設定がない場合は、この場所に空のファイルを作成できます。
次の内容を構成ファイルに追加し、資格情報を自分のものに置き換えます。
開発セットアップ
このリポジトリをクローンし、依存関係をインストールします。
開発の場合は、代わりに次の構成を使用します。
開発コマンド
利用可能なコマンド
Claude Desktop では次の MCP ツールが利用可能になります。
pocket_get_articles: Pocket APIから保存した記事を取得します。各記事のタイトル、URL、抜粋を返します。pocket_mark_as_read: アイテム ID を使用して、Pocket アカウントで特定の記事を既読 (アーカイブ) としてマークします。
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.
🔗 Pocket APIから保存された記事を取得し、Claudeにロードするためのモデルコンテキストプロトコル(MCP)サーバー
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 -