mcpbeat Sign in

wallabag MCP Server

local only

wallabag MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 53 installs a week from pypi. Last commit 31 May 2026.

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

Installs per day peak 14 · avg 7 · +2% w/w
a month agotoday
53
Installs / week
pypi · wallabag-mcp
3
Stars
0 open issues
31 May 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check wallabag MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add wallabag-mcp -- uvx wallabag-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "wallabag-mcp": {
      "args": [
        "wallabag-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.wallabag-mcp]
command = "uvx"
args = ["wallabag-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "wallabag-mcp": {
      "args": [
        "wallabag-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "wallabag-mcp": {
      "args": [
        "wallabag-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: WALLABAG_BASE_URL (Base URL of the wallabag instance, e.g. https://wallabag.example.com), WALLABAG_ACCESS_TOKEN (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 (OAuth client secret; required unless WALLABAG_ACCESS_TOKEN is set), WALLABAG_USERNAME (wallabag username; required unless WALLABAG_ACCESS_TOKEN is set), WALLABAG_PASSWORD (wallabag password; required unless WALLABAG_ACCESS_TOKEN is set). The author declared them in the registry entry; get the values from the project itself.

Alternatives to wallabag MCP

same job, measured the same way
PDF Reader
by xvvln

MCP server for extracting text, images, tables, links, annotations, and metadata from PDF files.

85 installs/wk local only
I
Toggl 2.0
by toggl

Toggl 2.0 MCP server for tasks, projects, time entries, and workspace operations.

4 280 installs/wk local only
WeJob
by wejob

Read-only MCP server for public WeJob jobs, formations, and companies.

8 tools answering
Better Bear
by mreider

MCP server for Bear notes — read, search, create, edit, tag, and manage notes via CloudKit

58 installs/wk local only
Better Bear
by kuvopllc

MCP server for Bear notes — read, search, create, edit, tag, and manage notes via CloudKit

local only
entraadm MCP
by shigechika

MCP server for Microsoft Entra ID sign-in and audit-log triage (read-only)

77 installs/wk local only
Note MCP Server
by github30

MCP server for note.com: create, edit and retrieve posts.

local only
Front MCP
by wearehoust

MCP server for Front: conversations, contacts, messages, tags, and inbox workflows.

70 installs/wk local only

wallabag MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for wallabag MCP?
wallabag MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package wallabag-mcp was installed 53 times last week.
How do I connect wallabag MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls wallabag-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use wallabag MCP?
The pypi package wallabag-mcp was installed 53 times in the last week. Week over week that is +2%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is wallabag MCP open source?
Yes — it is published under the MIT licence, written in Python and 3 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.