Back to Apps

Workflowy MCP Server
Supports UIby mholzen
Powerful MCP server and CLI for WorkFlowy with full-text search, bulk replace, and usage reports.
0 stars
Works in:claude
Exposes:Tools
What it does
Connects your AI assistant directly to your WorkFlowy outlines. It allows the AI to read, search, and modify your structured data, effectively turning your outline into a long-term memory or a structured task database for the LLM.
Tools
workflowy_get: Retrieve a node and its descendants as a tree.workflowy_list: List descendants as a flat list.workflowy_search: Perform full-text or regex searches across nodes.workflowy_create: Create new nodes in the outline.workflowy_update: Modify existing node content.workflowy_move: Reorganize the outline by moving nodes.workflowy_delete: Remove nodes from the outline.workflowy_replace: Execute bulk find-and-replace operations with regex.workflowy_report_count: Analyze content distribution across the outline.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"workflowy": {
"command": "workflowy",
"args": ["mcp", "--expose=all"]
}
}
}
Supported hosts
- Claude Desktop
- Claude Code
Quick install
brew install mholzen/workflowy/workflowy-cliInformation
- Pricing
- free
- Published
- 6/15/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
claude-code
claude mcp add --transport=stdio workflowy -- workflowy mcp --expose=allClaude Desktop
{
"mcpServers": {
"workflowy": {
"command": "workflowy",
"args": ["mcp", "--expose=all"]
}
}
}





