workflowy for Cline
io.github.mholzen/workflowy
Create, update, complete nodes, search & replace with regex and dry run, usage reports, transforms
client:Cline
transport:stdio
runtime:oci
Install workflowy in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"workflowy": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/mholzen/workflowy:0.8.1"
],
"env": {
"WORKFLOWY_API_KEY": "<WORKFLOWY_API_KEY>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs