Skip to content
Grok

Linkwarden for Grok

io.github.ni-c/linkwarden-mcp

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

client:Grok transport:stdio runtime:npm

Install Linkwarden in Grok

.mcp.json (in your project root)

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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Linkwarden in other clients