loading…
Search for a command to run...
loading…
Provides LLM access to Workflowy's API, enabling agents to create, read, update, delete, and reorganize nodes in a Workflowy outline.
Provides LLM access to Workflowy's API, enabling agents to create, read, update, delete, and reorganize nodes in a Workflowy outline.
A Model Context Protocol (MCP) server that provides LLM access to Workflowy's API, enabling agents to interact with your Workflowy workspace programmatically.
This MCP server provides tools for:
This server is designed to be onboarded directly to MCP Hive. The platform handles all setup automatically.
git clone https://github.com/yourusername/workflowy-mcp-server.git
cd workflowy-mcp-server
npm install
npm run build
export WORKFLOWY_API_KEY="your-api-key-here"
npm start
The server requires the following environment variable:
WORKFLOWY_API_KEY: Your Workflowy API key (get it from the Workflowy API settings)workflowy_create_nodeCreate a new node in your Workflowy outline.
workflowy_get_nodeRetrieve details about a specific node.
workflowy_list_nodesList child nodes under a parent node.
workflowy_update_nodeModify an existing node's content or properties.
workflowy_delete_nodeDelete a node from your outline.
workflowy_move_nodeMove a node to a different location in the hierarchy.
workflowy_complete_nodeMark a node as complete.
workflowy_uncomplete_nodeMark a node as incomplete.
workflowy_exportExport your entire Workflowy outline.
workflowy_list_targetsList available shortcuts and system locations.
This server implements the Workflowy API v1.
MIT
Run in your terminal:
claude mcp add workflowy-mcp-server -- npx Security
Low riskAutomated heuristic from public metadata — not a security guarantee.