Mmcp.market

Linkwarden MCP server

by ni-c·io.github.ni-c/linkwarden-mcp·v0.4.0

MCP server for Linkwarden, the self-hosted bookmark manager with page preservation

B83/100grade B
What users say
No reviews yet
Be the first
Safety scan
B83/100

full report

Adoption
Growing

0 stars46 downloads/wk

Reviews

Write one

Nobody has reviewed Linkwarden yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Linkwarden tools (28, 13 write)

write = sends, deletes, buys or posts

Read from the package source without running it. The installed server may list more.

  • bulk_delete_linkswrite action

    Deletes a set of bookmarks and all their preserved copies. Two-step: the

  • bulk_update_linkswrite action

    Applies the same tag list and/or target collection to a set of links.

  • create_collectionwrite action

    Creates a collection. Pass parent_id to nest it under an existing

  • create_linkwrite action

    Saves a bookmark. Linkwarden fetches the page title itself when no name is

  • create_rss_subscriptionwrite action

    Subscribes to an RSS or Atom feed. Linkwarden polls it and files every new

  • create_tagswrite action

    Creates tags, or updates the ones that already exist — the underlying route

  • delete_collectionwrite action

    Deletes a collection. This cascades: every link inside it, every preserved

  • delete_linkwrite action

    Deletes a bookmark and every preserved copy of the page. Two-step: the

  • delete_link_preservationswrite action

    Removes the archived screenshot, PDF, readable text and single-file HTML of

  • delete_rss_subscriptionwrite action

    Stops polling a feed. Links that were already created from it stay where

  • delete_tagswrite action

    Deletes one or more tags. The links keep existing, they just lose the tag.

  • get_collection

    Fetches one collection with its link count and the per-member

  • get_current_user

    Reports which Linkwarden account the configured token belongs to and that

  • get_dashboard

    Returns the links Linkwarden shows on its dashboard: the most recently

  • get_link

    Fetches one bookmark with its tags, collection and which preserved

  • get_link_content

    Returns the readable article text Linkwarden extracted and stored when it

  • get_tag

    Fetches one tag with its archival settings. Use search_links with tag_id

  • get_worker_stats

    Reports how many links are waiting to be preserved, how many succeeded and

  • list_collections

    Lists every collection the authenticated account owns or is a member of,

  • list_rss_subscriptions

    Lists the RSS feeds this account subscribes to. Linkwarden polls them and

  • list_tags

    Lists the tags of the authenticated account with the number of links each

  • merge_tags

    Folds several tags into a single new one: every link that carried any of the

  • rename_tag

    Renames a tag; every link carrying it keeps it. Tag names are unique per

  • represerve_link

    Has Linkwarden archive the page again. This first DELETES the existing

  • search_links

    Searches bookmarks, or lists them when no query is given. This is the way

  • set_link_pinned

    Pins a link to the account's dashboard, or removes the pin. Pins are per

  • update_collectionwrite action

    Changes a collection. Fields that are not given stay as they are: the tool

  • update_linkwrite action

    Changes a bookmark. Fields that are not given stay as they are: the tool

Public scan report

scanner v0.1.9 · 2026-09-20 · same rubric, same numbers if you re-run it

no findings
  • Code scan41 source files scanned25/25
  • Live reliabilityno gateway calls yet and no remote to proben/a
  • Tool poisoningtools not inspected (local package is not executed); not countedn/a
  • Auth qualitystatic API keys via environment variables6/15
  • Maintenancelast push 4 days ago15/15
  • Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Overall 83/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

Install directly

Runs npx -y linkwarden-mcp on your machine. Read the scan report first; the gateway never runs local packages.

claude mcp add linkwarden-mcp -- npx -y linkwarden-mcp
Add to Cursor

Linkwarden: common questions

Is Linkwarden MCP server safe?
Mostly: it is graded B (83/100). Read the Linkwarden safety report
How do I install Linkwarden?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does Linkwarden need an API key?
Yes. The registry entry asks for LINKWARDEN_TOKEN.
Is Linkwarden maintained?
The last commit was 4 days ago (2026-09-16). The latest release is v0.4.0.

More from ni-c