Skip to content
Cursor

Linkwarden MCP for Cursor

io.github.flumpiey/linkwarden-mcp

Read-first Linkwarden bookmarks MCP with opt-in write, delete, and collection tools.

client:Cursor transport:stdio runtime:pypi

Install Linkwarden MCP 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": "uvx",
      "args": [
        "linkwarden-mcp"
      ],
      "env": {
        "LINKWARDEN_API_URL": "<LINKWARDEN_API_URL>",
        "LINKWARDEN_API_KEY": "<LINKWARDEN_API_KEY>",
        "LINKWARDEN_MCP_WRITE_SCOPES": "<LINKWARDEN_MCP_WRITE_SCOPES>",
        "LINKWARDEN_MCP_DELETE_SCOPES": "<LINKWARDEN_MCP_DELETE_SCOPES>"
      }
    }
  }
}

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

Linkwarden MCP in other clients