pinboard-mcp
Allows creating and updating bookmarks in Pinboard by providing a URL, with automatic generation of a Japanese summary and tags, saved as private with overwrite support.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@pinboard-mcp以下の記事をブックマークして https://example.com/ai-trends"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
pinboard-mcp
Claude Desktop から Pinboard にブックマークを保存するローカル MCP サーバー。
URL を伝えるだけで、Claude が日本語要約とタグを生成して Pinboard に保存する。
前提条件
macOS(Claude Desktop がインストールされていること)
Node.js 24 以降
pnpm 9 以降
Claude Desktop に fetch MCP サーバー(
@modelcontextprotocol/server-fetch)が設定済みであることPinboard の API トークン(設定画面から取得)
Related MCP server: Hatena Blog MCP Server
セットアップ
# 依存パッケージをインストール
pnpm install
# ビルド
pnpm buildClaude 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 |
タイトル |
|
要約 | 140 字以内の日本語要約 |
タグ | 英小文字スラッグ形式のタグ(1〜5 個) |
すべてのブックマークは非公開(shared=no)で保存される。同一 URL が既に保存済みの場合は上書き更新される。
開発
# テストを実行
pnpm test
# 型チェック・Lint・テストをまとめて実行
pnpm check
# Lint と自動整形
pnpm lint:write技術スタック
役割 | 採用技術 |
言語 | TypeScript 7 |
ランタイム | Node.js 24 |
MCP SDK |
|
バリデーション | zod |
テスト | Vitest |
Linter / Formatter | Biome |
選定根拠は docs/spec/003_architecture.md 参照。
This server cannot be installed
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
- Flicense-qualityFmaintenanceEnables users to access and manage their Pinboard bookmarks directly through Claude Desktop. Supports retrieving, adding, and updating bookmarks with date filtering, tagging, and bookmark analysis capabilities.9
- Flicense-qualityDmaintenanceEnables searching and retrieving articles from Hatena Blog through Claude Desktop/Web. Supports keyword search, fetching recent posts, and retrieving post details by URL.1
- Alicense-qualityCmaintenanceEnables Claude and other MCP clients to manage Instapaper accounts by reading, saving, organizing, and analyzing articles through natural language. It supports comprehensive bookmark management, bulk operations, folder organization, and full-text content retrieval for research and synthesis.18MIT

ContextBolt Bookmarksofficial
AlicenseAqualityCmaintenanceAI-powered recall over your saved bookmarks. It gives Claude semantic search, topic clusters, recent saves, and save-from-chat across the content you save from X, Reddit, LinkedIn, and the web.5MIT
Related MCP Connectors
Persistent context for Claude. Your AI always knows your projects and next actions across sessions.
Publish pages straight from Claude as private, branded, tracked links.
Read a URL as clean markdown, screenshot a website, url to PDF. Web access for agents, no signup.
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/ANTON072/pinboard-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server