Loading MCP server directory, please wait...
MCP server for wallabag read-it-later entries, tags, and annotations.
npx @getmcp/cli add io.github.rusty4444/wallabag-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
WALLABAG_BASE_URLBase URL of the wallabag instance, e.g. https://wallabag.example.com
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.rusty4444/wallabag-mcp": {
"command": "uvx",
"args": [
"wallabag-mcp"
],
"env": {
"WALLABAG_BASE_URL": "",
"WALLABAG_ACCESS_TOKEN": "",
"WALLABAG_CLIENT_ID": "",
"WALLABAG_CLIENT_SECRET": "",
"WALLABAG_USERNAME": "",
"WALLABAG_PASSWORD": ""
}
}
}
}