← Index

wallabag MCP

io.github.rusty4444/wallabag-mcp·v0.1.0·Other
Quality Score
90
/100

MCP server for wallabag read-it-later entries, tags, and annotations.

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (uvx)
{
  "mcpServers": {
    "wallabag-mcp": {
      "command": "uvx",
      "args": [
        "wallabag-mcp"
      ],
      "env": {
        "WALLABAG_BASE_URL": "<wallabag_base_url>",
        "WALLABAG_ACCESS_TOKEN": "<your-wallabag_access_token>",
        "WALLABAG_CLIENT_ID": "<wallabag_client_id>",
        "WALLABAG_CLIENT_SECRET": "<your-wallabag_client_secret>",
        "WALLABAG_USERNAME": "<wallabag_username>",
        "WALLABAG_PASSWORD": "<your-wallabag_password>"
      }
    }
  }
}
§02  Environment variables
WALLABAG_BASE_URL
required

Base URL of the wallabag instance, e.g. https://wallabag.example.com

WALLABAG_ACCESS_TOKEN
secret

Existing OAuth access token; skips password grant if provided

WALLABAG_CLIENT_ID

OAuth client id; required unless WALLABAG_ACCESS_TOKEN is set

WALLABAG_CLIENT_SECRET
secret

OAuth client secret; required unless WALLABAG_ACCESS_TOKEN is set

WALLABAG_USERNAME

wallabag username; required unless WALLABAG_ACCESS_TOKEN is set

WALLABAG_PASSWORD
secret

wallabag password; required unless WALLABAG_ACCESS_TOKEN is set

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
5
§04  Alternatives in Other