Odel
workflowy

workflowy

Local
@mholzen71GoMITUpdated 3w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

Dockerghcr.io/mholzen/workflowy:0.8.1

Run

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

MCP client config

{
  "mcpServers": {
    "workflowy": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/mholzen/workflowy:0.8.1"
      ]
    }
  }
}