@kazuph/mcp-pocket
MCPポケット
これは、Claude Desktop (または任意の MCP クライアント) が Pocket API から保存した記事を取得できるようにするコネクタです。
前提条件
Node.js (
brew install nodeでインストール)Claude Desktop ( https://claude.ai/desktopからインストール)
ポケットAPI認証情報
Related MCP server: Notion MCP
クイックスタート
Claude Desktop の設定を変更してください:
~/Library/Application\ Support/Claude/claude_desktop_config.json
これは、Claude Desktop メニューから簡単に見つけることができます。
クロードデスクトップを開く
MacのメニューバーでClaudeをクリック
「設定」をクリック
「開発者」をクリック
この設定がない場合は、この場所に空のファイルを作成できます。
次の内容を構成ファイルに追加し、資格情報を自分のものに置き換えます。
{
"mcpServers": {
"pocket": {
"command": "npx",
"args": ["-y", "@kazuph/mcp-pocket"],
"env": {
"POCKET_CONSUMER_KEY": "your-pocket-consumer-key",
"POCKET_ACCESS_TOKEN": "your-pocket-access-token"
}
}
}
}開発セットアップ
このリポジトリをクローンし、依存関係をインストールします。
git clone https://github.com/kazuph/mcp-pocket.git
cd mcp-pocket
npm install開発の場合は、代わりに次の構成を使用します。
{
"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 アカウントで特定の記事を既読 (アーカイブ) としてマークします。
Pocket API 認証情報の取得
Pocket API 資格情報を取得する詳細な手順については、問題 #2を参照してください。
簡単な手順:
Pocket Developer Portalで新しいアプリを作成する
認証プロセスに従ってコンシューマーキーとアクセストークンを取得します
ライセンス
マサチューセッツ工科大学
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityFmaintenanceA Model Context Protocol (MCP) server for web research. Bring real-time info into Claude and easily research any topic.31,709300MIT
- AlicenseNot gradedqualityDmaintenanceA simple Model Context Protocol (MCP) server that integrates with Notion's API to manage my personal todo list through Claude.207MIT
- AlicenseAqualityCmaintenanceA Model Context Protocol server that connects MCP-compatible clients like Claude and VS Code to your Readwise Reader library, allowing them to list, retrieve, and update documents in your personal knowledge repository.711MIT

Readwise MCPofficial
AlicenseDqualityDmaintenanceA local Model Context Protocol server that connects LLM clients (like Claude) to Readwise, enabling AI assistants to access and interact with your saved reading content.163153MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
MCP server for Clipkit — gives AI agents a video toolbox via the Clipkit schema.
MCP server giving Claude AI access to 22+ NYC public-record databases for real estate due diligence
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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