Skip to main content
Glama

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 build

Claude Desktop への登録

~/Library/Application Support/Claude/claude_desktop_config.jsonmcpServers に以下を追加する。

{
  "mcpServers": {
    "pinboard-mcp": {
      "command": "node",
      "args": ["/path/to/pinboard-mcp/dist/index.js"],
      "env": {
        "PINBOARD_TOKEN": "username:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
      }
    }
  }
}

/path/to/pinboard-mcp はこのリポジトリの絶対パスに置き換える。PINBOARD_TOKENusername: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 参照。

F
license - not found
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • F
    license
    -
    quality
    F
    maintenance
    Enables 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
  • A
    license
    -
    quality
    C
    maintenance
    Enables 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.
    18
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    AI-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.
    5
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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