Skip to content

Releases: flumpiey/linkwarden-mcp

v0.1.4

Choose a tag to compare

@flumpiey flumpiey released this 03 Aug 21:34
1202f8f

Fixes

  • Claude Desktop Extension: launch via uv tool run --python 3.12 linkwarden-mcp (fixes uv linkwarden-mcp unrecognized subcommand on Windows)
  • Empty mcpb install dependencies so Claude Desktop sync no longer fails on system Python 3.13 / cffi

Install (Claude Desktop)

  1. Download mcpb.mcpb below
  2. Claude Desktop → Settings → Extensions → Advanced → Install Extension…
  3. Enter Linkwarden API URL and API key

PyPI / MCP Registry publish runs from this release via publish.yml.

v0.1.2

Choose a tag to compare

@flumpiey flumpiey released this 03 Aug 21:09
20e6557

Fixed

  • MCP Registry: shorten server.json description to satisfy ≤100 character limit
  • Includes v0.1.1 Claude Desktop MCPB fix (manifest 0.4 / uv type; no system Python check)

v0.1.1

Choose a tag to compare

@flumpiey flumpiey released this 03 Aug 21:06
d9ce5ef

Fixed

  • Claude Desktop extension: MCPB manifest 0.4 / uv type; drop system Python check

v0.1.0

Choose a tag to compare

@flumpiey flumpiey released this 03 Aug 20:53
1096aba

linkwarden-mcp 0.1.0

First release of the Linkwarden MCP server.

Highlights

  • Read-first bookmark tools with opt-in scoped write/delete
  • Cursor plugin, Claude Desktop mcpb, and MCP Registry server.json
  • PyPI package via uvx linkwarden-mcp

Install

uvx linkwarden-mcp

Set LINKWARDEN_API_URL and LINKWARDEN_API_KEY. Leave write/delete scopes empty for read-only.

Publishing this release triggers the publish workflow (PyPI OIDC + MCP Registry).