Submit

Mcp Workflowy

@danield137

a year ago
An MCP server for workflowy
Overview

What is Workflowy MCP?

Workflowy MCP is a Model Context Protocol (MCP) server designed for interacting with Workflowy, enabling AI assistants to programmatically manage Workflowy lists.

How to use Workflowy MCP?

To use Workflowy MCP, clone the repository, install dependencies, set up authentication with your Workflowy credentials, and run the server. AI assistants can then interact with your Workflowy lists through the MCP interface.

Key features of Workflowy MCP?

  • Workflowy Integration: Connects to your Workflowy account using username/password authentication.
  • MCP Compatibility: Fully supports the Model Context Protocol for AI interactions.
  • Tool Operations: Allows searching, creating, updating, and marking nodes in Workflowy.
  • RESTful API: Provides a standard HTTP interface for MCP operations.

Use cases of Workflowy MCP?

  1. Automating task management in Workflowy using AI assistants.
  2. Integrating Workflowy with development tools like Visual Studio Code for enhanced productivity.
  3. Programmatically managing and organizing notes and tasks in Workflowy.

FAQ from Workflowy MCP?

  • Can Workflowy MCP be used with any AI assistant?

Yes! As long as the assistant supports the Model Context Protocol, it can interact with Workflowy through this server.

  • Is Workflowy MCP free to use?

Yes! Workflowy MCP is open-source and free to use.

  • What are the prerequisites for using Workflowy MCP?

You need Node.js (v16+) and a Workflowy account to get started.

Server Config

{
  "mcpServers": {
    "workflowy": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-workflowy@latest",
        "server",
        "start"
      ],
      "env": {
        "WORKFLOWY_USERNAME": "",
        "WORKFLOWY_PASSWORD": ""
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.