What is the wallabag MCP MCP server?
MCP server for wallabag read-it-later entries, tags, and annotations.
How to install wallabag MCP
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
WALLABAG_BASE_URLrequiredBase URL of the wallabag instance, e.g. https://wallabag.example.com
WALLABAG_ACCESS_TOKENsecretExisting OAuth access token; skips password grant if provided
WALLABAG_CLIENT_IDOAuth client id; required unless WALLABAG_ACCESS_TOKEN is set
WALLABAG_CLIENT_SECRETsecretOAuth client secret; required unless WALLABAG_ACCESS_TOKEN is set
WALLABAG_USERNAMEwallabag username; required unless WALLABAG_ACCESS_TOKEN is set
WALLABAG_PASSWORDsecretwallabag password; required unless WALLABAG_ACCESS_TOKEN is set
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"wallabag-mcp": {
"command": "uvx",
"args": [
"wallabag-mcp"
],
"env": {
"WALLABAG_BASE_URL": "<YOUR_WALLABAG_BASE_URL>",
"WALLABAG_ACCESS_TOKEN": "<YOUR_WALLABAG_ACCESS_TOKEN>",
"WALLABAG_CLIENT_ID": "<YOUR_WALLABAG_CLIENT_ID>",
"WALLABAG_CLIENT_SECRET": "<YOUR_WALLABAG_CLIENT_SECRET>",
"WALLABAG_USERNAME": "<YOUR_WALLABAG_USERNAME>",
"WALLABAG_PASSWORD": "<YOUR_WALLABAG_PASSWORD>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"wallabag-mcp": {
"command": "uvx",
"args": [
"wallabag-mcp"
],
"env": {
"WALLABAG_BASE_URL": "<YOUR_WALLABAG_BASE_URL>",
"WALLABAG_ACCESS_TOKEN": "<YOUR_WALLABAG_ACCESS_TOKEN>",
"WALLABAG_CLIENT_ID": "<YOUR_WALLABAG_CLIENT_ID>",
"WALLABAG_CLIENT_SECRET": "<YOUR_WALLABAG_CLIENT_SECRET>",
"WALLABAG_USERNAME": "<YOUR_WALLABAG_USERNAME>",
"WALLABAG_PASSWORD": "<YOUR_WALLABAG_PASSWORD>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"wallabag-mcp": {
"command": "uvx",
"args": [
"wallabag-mcp"
],
"env": {
"WALLABAG_BASE_URL": "<YOUR_WALLABAG_BASE_URL>",
"WALLABAG_ACCESS_TOKEN": "<YOUR_WALLABAG_ACCESS_TOKEN>",
"WALLABAG_CLIENT_ID": "<YOUR_WALLABAG_CLIENT_ID>",
"WALLABAG_CLIENT_SECRET": "<YOUR_WALLABAG_CLIENT_SECRET>",
"WALLABAG_USERNAME": "<YOUR_WALLABAG_USERNAME>",
"WALLABAG_PASSWORD": "<YOUR_WALLABAG_PASSWORD>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"wallabag-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"wallabag-mcp"
],
"env": {
"WALLABAG_BASE_URL": "<YOUR_WALLABAG_BASE_URL>",
"WALLABAG_ACCESS_TOKEN": "<YOUR_WALLABAG_ACCESS_TOKEN>",
"WALLABAG_CLIENT_ID": "<YOUR_WALLABAG_CLIENT_ID>",
"WALLABAG_CLIENT_SECRET": "<YOUR_WALLABAG_CLIENT_SECRET>",
"WALLABAG_USERNAME": "<YOUR_WALLABAG_USERNAME>",
"WALLABAG_PASSWORD": "<YOUR_WALLABAG_PASSWORD>"
}
}
}
}Claude Code
claude mcp add wallabag-mcp --env WALLABAG_BASE_URL=<YOUR_WALLABAG_BASE_URL> --env WALLABAG_ACCESS_TOKEN=<YOUR_WALLABAG_ACCESS_TOKEN> --env WALLABAG_CLIENT_ID=<YOUR_WALLABAG_CLIENT_ID> --env WALLABAG_CLIENT_SECRET=<YOUR_WALLABAG_CLIENT_SECRET> --env WALLABAG_USERNAME=<YOUR_WALLABAG_USERNAME> --env WALLABAG_PASSWORD=<YOUR_WALLABAG_PASSWORD> -- uvx wallabag-mcpRelated MCP servers
MCP server for ChangeDetection.io website monitoring and change history.
View repository →MCP server for Grocy household ERP inventory and shopping workflows.
View repository →