PluginBench
MCP Server

Workflowy MCP Server

io.github.jbeshir/workflowy-mcp

What is the Workflowy MCP server?

Search, read, create, and organize Workflowy nodes with breadcrumb context.

How to install Workflowy

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • WORKFLOWY_API_TOKEN
    required
    secret

    Workflowy API token from workflowy.com/api-key

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "workflowy-mcp": {
      "command": "https://github.com/jbeshir/mcp-servers/releases/download/workflowy-v1.0.1/workflowy-mcp.mcpb",
      "args": [],
      "env": {
        "WORKFLOWY_API_TOKEN": "<YOUR_WORKFLOWY_API_TOKEN>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "workflowy-mcp": {
      "command": "https://github.com/jbeshir/mcp-servers/releases/download/workflowy-v1.0.1/workflowy-mcp.mcpb",
      "args": [],
      "env": {
        "WORKFLOWY_API_TOKEN": "<YOUR_WORKFLOWY_API_TOKEN>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "workflowy-mcp": {
      "command": "https://github.com/jbeshir/mcp-servers/releases/download/workflowy-v1.0.1/workflowy-mcp.mcpb",
      "args": [],
      "env": {
        "WORKFLOWY_API_TOKEN": "<YOUR_WORKFLOWY_API_TOKEN>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "workflowy-mcp": {
      "type": "stdio",
      "command": "https://github.com/jbeshir/mcp-servers/releases/download/workflowy-v1.0.1/workflowy-mcp.mcpb",
      "args": [],
      "env": {
        "WORKFLOWY_API_TOKEN": "<YOUR_WORKFLOWY_API_TOKEN>"
      }
    }
  }
}
Claude Code
claude mcp add workflowy-mcp --env WORKFLOWY_API_TOKEN=<YOUR_WORKFLOWY_API_TOKEN> -- https://github.com/jbeshir/mcp-servers/releases/download/workflowy-v1.0.1/workflowy-mcp.mcpb

Related MCP servers

Search for products and get detailed product information from Amazon across multiple regional sites.

View repository →

Read Bunpro SRS data: profile, study queue, reviews, JLPT progress, and grammar lookups.

View repository →

Search, read, bet on, create, and resolve prediction markets on Manifold.

View repository →

Search and compare grocery prices across UK supermarkets with product details.

View repository →

Read WaniKani SRS data: profile, reviews, assignments, subjects, and level progressions.

View repository →