Workflowy Server
FreeNot checkedProvides LLM access to Workflowy's API, enabling agents to create, read, update, delete, and reorganize nodes in a Workflowy outline.
About
Provides LLM access to Workflowy's API, enabling agents to create, read, update, delete, and reorganize nodes in a Workflowy outline.
README
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
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-server
- Install dependencies:
npm install
- Build the project:
npm run build
- Set up environment variables:
export WORKFLOWY_API_KEY="your-api-key-here"
- Run the server:
npm start
Configuration
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
Installing Workflowy Server
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/dp-pcs/workflowy-mcp-serverFAQ
Is Workflowy Server MCP free?
Yes, Workflowy Server MCP is free — one-click install via Unyly at no cost.
Does Workflowy Server need an API key?
No, Workflowy Server runs without API keys or environment variables.
Is Workflowy Server hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Workflowy Server in Claude Desktop, Claude Code or Cursor?
Open Workflowy Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Workflowy Server with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
