Skip to content
Cursor

workflowy for Cursor

io.github.mholzen/workflowy

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

client:Cursor transport:stdio runtime:oci

Install workflowy 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": {
    "workflowy": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/mholzen/workflowy:0.8.1"
      ],
      "env": {
        "WORKFLOWY_API_KEY": "<WORKFLOWY_API_KEY>"
      }
    }
  }
}

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

workflowy in other clients