Skip to content
Cursor

Linkwarden for Cursor

io.github.ni-c/linkwarden-mcp

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

client:Cursor transport:stdio runtime:npm

Install Linkwarden in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "linkwarden-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "linkwarden-mcp"
      ],
      "env": {
        "LINKWARDEN_URL": "<LINKWARDEN_URL>",
        "LINKWARDEN_TOKEN": "<LINKWARDEN_TOKEN>",
        "LINKWARDEN_READ_ONLY": "<LINKWARDEN_READ_ONLY>",
        "LINKWARDEN_ALLOW_TOOLS": "<LINKWARDEN_ALLOW_TOOLS>",
        "LINKWARDEN_DENY_TOOLS": "<LINKWARDEN_DENY_TOOLS>",
        "LINKWARDEN_INSECURE_TLS": "<LINKWARDEN_INSECURE_TLS>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Linkwarden in other clients