Home › Other › workflowy

workflowy

Create, update, complete nodes, search & replace with regex and dry run, usage reports, transforms

Go
★ 72 stars Last pushed 2026-08-14 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (oci)

docker run -i --rm ghcr.io/mholzen/workflowy:0.8.1

Or add to your MCP client config:

{
  "mcpServers": {
    "workflowy": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/mholzen/workflowy:0.8.1"
      ],
      "env": {
        "WORKFLOWY_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • WORKFLOWY_API_KEY required secret — Your Workflowy API key (get it from https://workflowy.com/api-key/)

Related servers

Data from the Official MCP Registry