Workflowy MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| WORKFLOWY_API_KEY | Yes | Your Workflowy API key |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| workflowy_create_nodeB | Create a new node (bullet point) in Workflowy. Can specify parent node, content, notes, and display mode. |
| workflowy_get_nodeB | Retrieve details about a specific node by its ID. |
| workflowy_list_nodesA | List child nodes under a parent node. If no parentId is provided, lists root-level nodes. |
| workflowy_searchA | Search for nodes by text content across your ENTIRE Workflowy outline (all nodes including deeply nested children). Returns matching nodes with their IDs and parent relationships. Use this to find nodes anywhere in your hierarchy. |
| workflowy_get_node_hierarchyA | Get a node with its children and descendants to see the full context and structure around it. Useful after finding a node via search to understand where it lives in your outline. |
| workflowy_update_nodeB | Update an existing node's content, notes, priority, or layout mode. |
| workflowy_delete_nodeA | Permanently delete a node and all its children. |
| workflowy_move_nodeB | Move a node to a different location in the hierarchy by changing its parent. |
| workflowy_complete_nodeB | Mark a node as complete (for todo-style nodes). |
| workflowy_uncomplete_nodeC | Mark a node as incomplete (for todo-style nodes). |
| workflowy_exportA | Export your entire Workflowy outline structure. Limited to 1 request per minute. |
| workflowy_list_targetsA | List available shortcuts and system locations in Workflowy. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dp-pcs/workflowy-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server