a year ago
An MCP server for workflowy
Server Config
{
"mcpServers": {
"workflowy": {
"command": "npx",
"args": [
"-y",
"mcp-workflowy@latest",
"server",
"start"
],
"env": {
"WORKFLOWY_USERNAME": "",
"WORKFLOWY_PASSWORD": ""
}
}
}
}