← Back to Plugins
MCP Server MCP

wallabag MCP

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx wallabag-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "wallabag-mcp",
      "version": "0.1.0",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base URL of the wallabag instance, e.g. https://wallabag.example.com",
          "isRequired": true,
          "placeholder": "https://wallabag.example.com",
          "name": "WALLABAG_BASE_URL"
        },
        {
          "description": "Existing OAuth access token; skips password grant if provided",
          "isSecret": true,
          "name": "WALLABAG_ACCESS_TOKEN"
        },
        {
          "description": "OAuth client id; required unless WALLABAG_ACCESS_TOKEN is set",
          "name": "WALLABAG_CLIENT_ID"
        },
        {
          "description": "OAuth client secret; required unless WALLABAG_ACCESS_TOKEN is set",
          "isSecret": true,
          "name": "WALLABAG_CLIENT_SECRET"
        },
        {
          "description": "wallabag username; required unless WALLABAG_ACCESS_TOKEN is set",
          "name": "WALLABAG_USERNAME"
        },
        {
          "description": "wallabag password; required unless WALLABAG_ACCESS_TOKEN is set",
          "isSecret": true,
          "name": "WALLABAG_PASSWORD"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...