pinboard-mcp
Enables Claude Desktop to save bookmarks to Pinboard by generating Japanese summaries and tags, with private saving and overwrite for existing URLs.
README
pinboard-mcp
Claude Desktop から Pinboard にブックマークを保存するローカル MCP サーバー。
URL を伝えるだけで、Claude が日本語要約とタグを生成して Pinboard に保存する。
前提条件
- macOS(Claude Desktop がインストールされていること)
- Node.js 24 以降
- pnpm 9 以降
- Pinboard の API トークン(設定画面から取得)
セットアップ
# 依存パッケージをインストール
pnpm install
# ビルド
pnpm build
Claude Desktop への登録
~/Library/Application Support/Claude/claude_desktop_config.json の mcpServers に以下を追加する。
{
"mcpServers": {
"pinboard-mcp": {
"command": "node",
"args": ["/path/to/pinboard-mcp/dist/index.js"],
"env": {
"PINBOARD_TOKEN": "username:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
}
}
}
}
/path/to/pinboard-mcp はこのリポジトリの絶対パスに置き換える。PINBOARD_TOKEN は username:token 形式(Pinboard 設定画面で確認できる値)をそのまま設定する。
設定を保存後、Claude Desktop を再起動する。
使い方
Claude Desktop で次のように伝えるだけでブックマークを保存できる。
https://example.comをブックマークして
Claude がページを取得・要約し、ブックマーク内容を提示してから確認を求める。「はい」と答えると Pinboard に保存される。
保存されるデータ:
| 項目 | 内容 |
|---|---|
| URL | 指定した URL |
| タイトル | <title> タグを基に Claude が整形したタイトル |
| 要約 | 140 字以内の日本語要約 |
| タグ | 英小文字スラッグ形式のタグ(1〜5 個) |
すべてのブックマークは非公開(shared=no)で保存される。同一 URL が既に保存済みの場合は上書き更新される。
開発
# テストを実行
pnpm test
# 型チェック・Lint・テストをまとめて実行
pnpm check
# Lint と自動整形
pnpm lint:write
技術スタック
| 役割 | 採用技術 |
|---|---|
| 言語 | TypeScript 7 |
| ランタイム | Node.js 24 |
| MCP SDK | @modelcontextprotocol/sdk |
| バリデーション | zod |
| テスト | Vitest |
| Linter / Formatter | Biome |
選定根拠は docs/spec/003_architecture.md 参照。
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.