Workflowy
Rank #6,098io.github.mholzen/workflowy
MCP server providing workflowy capabilities
Workflowy is a Model Context Protocol (MCP) server published by mholzen. It ranks #6,098 of 132,046 servers tracked on MCP Toplist, and its repository has 72 GitHub stars. Workflowy is listed across 2 registries — Official MCP and Glama, with 8 tracked versions. It was first listed on Dec 22, 2025 and most recently updated on Feb 10, 2026.
Ranks ahead of 125,948 of 132,046 servers on MCP Toplist.
Use Workflowy
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add workflowy -e "WORKFLOWY_API_KEY=<your WORKFLOWY_API_KEY>" -- docker run -i --rm ghcr.io/mholzen/workflowy:0.8.1Replace each placeholder with your own value before saving.
[mcp_servers.workflowy]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/mholzen/workflowy:0.8.1"]
[mcp_servers.workflowy.env]
WORKFLOWY_API_KEY = "<your WORKFLOWY_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"workflowy": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/mholzen/workflowy:0.8.1"
],
"env": {
"WORKFLOWY_API_KEY": "<your WORKFLOWY_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"workflowy": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/mholzen/workflowy:0.8.1"
],
"env": {
"WORKFLOWY_API_KEY": "<your WORKFLOWY_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"workflowy": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/mholzen/workflowy:0.8.1"
],
"env": {
"WORKFLOWY_API_KEY": "<your WORKFLOWY_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"workflowy": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/mholzen/workflowy:0.8.1"
],
"env": {
"WORKFLOWY_API_KEY": "<your WORKFLOWY_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"workflowy": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/mholzen/workflowy:0.8.1"
],
"env": {
"WORKFLOWY_API_KEY": "<your WORKFLOWY_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.mholzen%2Fworkflowy)<a href="https://mcptoplist.com/server/io.github.mholzen%2Fworkflowy"><img src="https://mcptoplist.com/badge/io.github.mholzen%2Fworkflowy.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
mholzen
Available versions (8)
| Version | Published |
|---|---|
| 0.8.1 | Feb 10, 2026 |
| 0.8.0 | Feb 3, 2026 |
| 0.7.3 | Jan 22, 2026 |
| 0.7.2 | Jan 20, 2026 |
| 0.7.1 | Jan 18, 2026 |
| 0.7.0 | Jan 16, 2026 |
| 0.6.1 | Jan 14, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Workflowy?
- Workflowy is maintained by mholzen, which publishes 1 MCP server (8 total versions) tracked on MCP Toplist.
- Is Workflowy listed on the Official MCP Registry?
- Yes — Workflowy is listed on the Official MCP Registry, alongside Glama.
- How many versions does Workflowy have?
- MCP Toplist tracks 8 versions of Workflowy, most recently published on Feb 10, 2026.
- Where can I find the source code for Workflowy?
- The source code for Workflowy is hosted at github.com/mholzen/workflowy.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.