Back to Apps

Workflows MCP
by fiveohhwon
Execute complex, multi-step AI workflows with cognitive actions, state management, and deterministic control flow.
0 stars
Works in:claude
Exposes:Tools
What it does
Workflows MCP transforms how AI assistants handle complex tasks by providing structured, reusable workflows. It moves beyond ad-hoc tool calls by introducing "cognitive actions"—steps where the AI must analyze, reason, or validate—combined with deterministic paths to ensure reproducible results.
Tools
- create_workflow: Define a new structured workflow with goals and steps.
- start_workflow: Initialize a workflow execution session and get the first step.
- run_workflow_step: Proceed to the next step in an active workflow execution.
- list_workflows: Find and filter existing workflows by tags or name.
- update_workflow: Modify existing workflow definitions with versioning.
- rollback_workflow: Restore a previous version of a workflow.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"workflows": {
"command": "npx",
"args": ["-y", "@fiveohhwon/workflows-mcp"]
}
}
}
Supported hosts
Claude Desktop
Quick install
npx -y @fiveohhwon/workflows-mcpInformation
- Pricing
- free
- Published
- 7/29/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Add npx -y @fiveohhwon/workflows-mcp to your mcpServers config.





