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
{
"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