Back to Home
vladzima icon

workflowy-mcp

Verified Safe

by vladzima

Overview

Integrates WorkFlowy's outline and task management capabilities as tools for LLM applications via the Model Context Protocol (MCP).

Installation

Run Command
python3 -m workflowy_mcp.server

Environment Variables

  • WORKFLOWY_API_KEY
  • WORKFLOWY_API_URL
  • WORKFLOWY_TIMEOUT
  • WORKFLOWY_MAX_RETRIES
  • DEBUG
  • LOG_LEVEL

Security Notes

The server follows good security practices, including requiring API keys via environment variables (WORKFLOWY_API_KEY), using Pydantic's SecretStr for API keys to prevent accidental logging, enforcing HTTPS for the API base URL, and redacting sensitive information like API keys from logs. Robust error handling for various HTTP statuses (401, 404, 429, 5xx) is implemented. There is no evidence of 'eval' or other directly dangerous patterns in the provided source code.

Similar Servers

Stats

Interest Score35
Security Score9
Cost ClassMedium
Avg Tokens500
Stars4
Forks1
Last Update2025-12-13

Tags

WorkFlowyoutlinetask managementLLMMCPAPI integration