An MCP server that uses Workflowy and Claude to manage Tasks & Information.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"workflowymcp": {
"command": "cargo",
"args": [
"run",
"--",
"workflowyMCP"
]
}
}
}
Run in terminal:
claude mcp add workflowymcp cargo run -- workflowyMCP
Add to .cursor/mcp.json:
{
"mcpServers": {
"workflowymcp": {
"command": "cargo",
"args": [
"run",
"--",
"workflowyMCP"
]
}
}
}