mcp-workflowy
Related Servers
Alternatives to mcp-workflowy
No user-submitted related servers found.
Related Servers
- AlicenseBqualityDmaintenanceA WorkFlowy MCP Server with node creation, recursive gets, updates, completions, search and replace (with a dry run mode), usage reports, a configurable list of exposed commands and customizable log output.1072MIT
- AlicenseNot gradedqualityDmaintenanceMCP server for mind-wiki — access your personal knowledge wiki from any directory or MCP-compatible client.MIT
- AlicenseNot gradedqualityCmaintenanceAn MCP server to read and manage your Microsoft To Do tasks through the Microsoft Graph To Do API.MIT
- FlicenseNot gradedqualityCmaintenanceA simple MCP server that turns a JSON file into a todo list, letting users add, list, complete, delete, and clear tasks through natural language in MCP-compatible clients.-
- MIT
- AlicenseAqualityCmaintenanceUnofficial MCP server to manage grocery lists in OurGroceries. Enables listing, adding, completing, removing, and moving items.6MIT
TDQS
Scored across 5 tools
Each tool targets a distinct action—create, list, search, update, and toggle completion—so there is no major ambiguity. update_node and toggle_complete overlap somewhat in that both modify a node, but their purposes are clear enough. list_nodes and search_nodes are clearly differentiated by hierarchy vs. content search.
The tools mostly follow a consistent verb_noun pattern (create_node, list_nodes, update_node, search_nodes). toggle_complete breaks the pattern slightly by referencing a state rather than the node object, but all names remain simple and readable.
With exactly 5 tools, the server is well-scoped for managing Workflowy nodes. Each tool has a clear purpose and there is no bloat or minimalism that detracts from the domain.
The tool set covers create, list, search, update, and toggle completion, but lacks a delete_node or a dedicated get_node operation. These are notable gaps in the node lifecycle, though agents can partially work around them with search and list.