Skip to main content
Glama

WorkFlowy MCP Server

by daniel347x

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
WORKFLOWY_API_KEYYesYour WorkFlowy API key from https://beta.workflowy.com/api-key
WORKFLOWY_API_URLNoThe WorkFlowy API URLhttps://workflowy.com/api/v1
WORKFLOWY_MAX_RETRIESNoMaximum number of retries for failed requests3
WORKFLOWY_REQUEST_TIMEOUTNoRequest timeout in seconds30
WORKFLOWY_RATE_LIMIT_WINDOWNoRate limit window in seconds60
WORKFLOWY_RATE_LIMIT_REQUESTSNoNumber of requests allowed per rate limit window60

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
workflowy_outlineThe complete WorkFlowy outline structure

Tools

Functions exposed to the LLM to take actions

NameDescription
workflowy_create_node

Create a new node in WorkFlowy

workflowy_update_node

Update an existing WorkFlowy node

workflowy_get_node

Retrieve a specific WorkFlowy node by ID

workflowy_list_nodes

List WorkFlowy nodes (omit parent_id for root)

workflowy_delete_node

Delete a WorkFlowy node and all its children

workflowy_complete_node

Mark a WorkFlowy node as completed

workflowy_uncomplete_node

Mark a WorkFlowy node as not completed

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/daniel347x/workflowy-mcp-fixed'

If you have feedback or need assistance with the MCP directory API, please join our Discord server