3 months ago
A desktop app that gives AI assistants full read/write access to your WorkFlowy account with fast local search. Caches your entire outline in local SQLite with full-text search - instant search across hundreds of thousands of nodes without hitting API rate limits.
Server Config
{
"mcpServers": {
"workflowy": {
"command": "node",
"args": [
"/path/to/workflowy-local-mcp/dist-mcp/server.js"
],
"env": {
"WORKFLOWY_API_KEY": "your-api-key"
}
}
}
}