Skip to content

v0.4.0

Choose a tag to compare

@weironz weironz released this 07 Jun 04:12
· 4 commits to main since this release

Adds an appflowy CLI alongside the MCP server — same client, same converters, aimed at scriptable workflows (cron backups, bulk import, quick lookups).

uvx --from appflowy-mcp appflowy workspaces
uvx --from appflowy-mcp appflowy export-workspace <workspace-id> -o ./backup
echo "# Note" | uvx --from appflowy-mcp appflowy save <workspace-id> <parent-id> "Title"

Commands: workspaces, spaces, folder, search, export-page, export-space, export-workspace, import-file, import-dir, save. All accept --json for machine-readable output. Credentials via APPFLOWY_EMAIL / APPFLOWY_PASSWORD / APPFLOWY_BASE_URL (or .env).

No MCP tool changes (still 73 tools).

Install

uvx appflowy-mcp            # MCP server
uvx --from appflowy-mcp appflowy --help   # CLI