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.
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.
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.
claude mcp add wallabag-mcp -- uvx wallabag-mcp
{
"mcpServers": {
"wallabag-mcp": {
"args": [
"wallabag-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.wallabag-mcp]
command = "uvx"
args = ["wallabag-mcp"]
{
"mcpServers": {
"wallabag-mcp": {
"args": [
"wallabag-mcp"
],
"command": "uvx"
}
}
}
{
"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.
MCP server for extracting text, images, tables, links, annotations, and metadata from PDF files.
Toggl 2.0 MCP server for tasks, projects, time entries, and workspace operations.
Read-only MCP server for public WeJob jobs, formations, and companies.
MCP server for Bear notes — read, search, create, edit, tag, and manage notes via CloudKit
MCP server for Bear notes — read, search, create, edit, tag, and manage notes via CloudKit
MCP server for Microsoft Entra ID sign-in and audit-log triage (read-only)
MCP server for note.com: create, edit and retrieve posts.
MCP server for Front: conversations, contacts, messages, tags, and inbox workflows.
Answers built from our own checks of this server.