A locally-hosted MCP server that connects your AI assistant to Pinboard.
A locally-hosted MCP server that connects your AI assistant to Pinboard. Exposed over MCP by the local pinboard mcp mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.
A locally-hosted Model Context Protocol server that connects your Pinboard account to any MCP-compatible AI assistant (such as Claude Desktop, Cursor, or similar tools).
Everything the assistant can do here goes through one of these:
get_recent_posts — List your most recent Pinboard bookmarks, optionally filtered by up to three tagsget_posts — Retrieve bookmarks matching a tag, a specific date, or a specific URLget_all_posts — Retrieve all bookmarks in your Pinboard account. Rate limited to once every 5 minutesadd_post — Add or replace a bookmark. URL and title are required. By default, replaces any existing bookmark for the same URLdelete_post — Permanently delete a bookmark by its URL. This action cannot be undonesuggest_tags — Return popular (site-wide) and recommended (your history) tags for a given URLget_tags — Get all of your Pinboard tags with their usage counts. No parametersrename_tag — Rename a tag across all bookmarks, or fold it into an existing tagdelete_tag — Delete a single tag from your account. Removes the tag from all bookmarks but does not delete themlist_notes — List all of your notes (without body text). No parameters. Note creation/editing is unsupported in v1 APIget_note — The get_note tool exposed by this serverget_last_update — Returns the time of the most recent bookmark change. Use this to check if data has changed since your last fetch. No parametersBeing a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
You will need one environment variable: PINBOARD_API_TOKEN. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Among the planning and project tracking options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Local Pinboard MCP's toolset — get_recent_posts, get_posts, get_all_posts and 9 more — is a fair guide to whether it matches your workflow. It is maintained by mattriffle; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Local Pinboard MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| get_recent_posts | List your most recent Pinboard bookmarks, optionally filtered by up to three tags. |
| get_posts | Retrieve bookmarks matching a tag, a specific date, or a specific URL. |
| get_all_posts | Retrieve all bookmarks in your Pinboard account. Rate limited to once every 5 minutes. |
| add_post | Add or replace a bookmark. URL and title are required. By default, replaces any existing bookmark for the same URL. |
| delete_post | Permanently delete a bookmark by its URL. This action cannot be undone. |
| suggest_tags | Return popular (site-wide) and recommended (your history) tags for a given URL. |
| get_tags | Get all of your Pinboard tags with their usage counts. No parameters. |
| rename_tag | Rename a tag across all bookmarks, or fold it into an existing tag. |
| delete_tag | Delete a single tag from your account. Removes the tag from all bookmarks but does not delete them. |
| list_notes | List all of your notes (without body text). No parameters. Note creation/editing is unsupported in v1 API. |
| get_note | The get_note tool exposed by this server. |
| get_last_update | Returns the time of the most recent bookmark change. Use this to check if data has changed since your last fetch. No parameters. |
| Variable | Description | Required |
|---|---|---|
| PINBOARD_API_TOKEN | Credential the server authenticates with. | Yes |
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Search and read your Drive — Docs, Sheets and files become context your assistant can actually use.
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.