Workflowy MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Workflowy MCP Serveradd a new node called 'Meeting notes' under 'Work'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Workflowy MCP Server
A Model Context Protocol (MCP) server that provides LLM access to Workflowy's API, enabling agents to interact with your Workflowy workspace programmatically.
Features
This MCP server provides tools for:
Creating nodes: Add new bullet points to your Workflowy outline
Reading nodes: Retrieve node details and list children
Updating nodes: Modify existing node content and properties
Deleting nodes: Remove nodes from your outline
Moving nodes: Reorganize your hierarchy
Completing tasks: Mark nodes as complete/incomplete
Exporting: Download your entire outline structure
Related MCP server: WorkFlowy MCP Server
Installation
For MCP Hive (BrainTrust Platform)
This server is designed to be onboarded directly to MCP Hive. The platform handles all setup automatically.
Manual Installation
Clone the repository:
git clone https://github.com/yourusername/workflowy-mcp-server.git
cd workflowy-mcp-serverInstall dependencies:
npm installBuild the project:
npm run buildSet up environment variables:
export WORKFLOWY_API_KEY="your-api-key-here"Run the server:
npm startConfiguration
The server requires the following environment variable:
WORKFLOWY_API_KEY: Your Workflowy API key (get it from the Workflowy API settings)
Available Tools
workflowy_create_node
Create a new node in your Workflowy outline.
workflowy_get_node
Retrieve details about a specific node.
workflowy_list_nodes
List child nodes under a parent node.
workflowy_update_node
Modify an existing node's content or properties.
workflowy_delete_node
Delete a node from your outline.
workflowy_move_node
Move a node to a different location in the hierarchy.
workflowy_complete_node
Mark a node as complete.
workflowy_uncomplete_node
Mark a node as incomplete.
workflowy_export
Export your entire Workflowy outline.
workflowy_list_targets
List available shortcuts and system locations.
API Reference
This server implements the Workflowy API v1.
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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