Skip to content
Cursor

wallabag MCP for Cursor

io.github.rusty4444/wallabag-mcp

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

client:Cursor transport:stdio runtime:pypi

Install wallabag MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "wallabag-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "wallabag-mcp"
      ],
      "env": {
        "WALLABAG_BASE_URL": "<WALLABAG_BASE_URL>",
        "WALLABAG_ACCESS_TOKEN": "<WALLABAG_ACCESS_TOKEN>",
        "WALLABAG_CLIENT_ID": "<WALLABAG_CLIENT_ID>",
        "WALLABAG_CLIENT_SECRET": "<WALLABAG_CLIENT_SECRET>",
        "WALLABAG_USERNAME": "<WALLABAG_USERNAME>",
        "WALLABAG_PASSWORD": "<WALLABAG_PASSWORD>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

wallabag MCP in other clients