MCP Server
MCP
wallabag MCP
MCP server for wallabag read-it-later entries, tags, and annotations.
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
By
Comments
Sign in to leave a comment