YAML Workflow
Rank #6,495io.github.orieg/yaml-workflow
Expose declarative YAML-defined workflows as MCP tools over stdio
YAML Workflow is a Model Context Protocol (MCP) server published by orieg. It ranks #6,495 of 115,460 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. YAML Workflow is listed across 2 registries — Official MCP and Glama, with 3 tracked versions. It was first listed on Mar 31, 2026 and most recently updated on Aug 17, 2026.
Ranks ahead of 108,965 of 115,460 servers on MCP Toplist.
Use YAML Workflow
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add yaml-workflow -- uvx --from "yaml-workflow[mcp]" yaml-workflow serve-mcp --dir "{workflow_dir}"[mcp_servers.yaml-workflow]
command = "uvx"
args = ["--from", "yaml-workflow[mcp]", "yaml-workflow", "serve-mcp", "--dir", "{workflow_dir}"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"yaml-workflow": {
"command": "uvx",
"args": [
"--from",
"yaml-workflow[mcp]",
"yaml-workflow",
"serve-mcp",
"--dir",
"{workflow_dir}"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"yaml-workflow": {
"command": "uvx",
"args": [
"--from",
"yaml-workflow[mcp]",
"yaml-workflow",
"serve-mcp",
"--dir",
"{workflow_dir}"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"yaml-workflow": {
"type": "stdio",
"command": "uvx",
"args": [
"--from",
"yaml-workflow[mcp]",
"yaml-workflow",
"serve-mcp",
"--dir",
"{workflow_dir}"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"yaml-workflow": {
"command": "uvx",
"args": [
"--from",
"yaml-workflow[mcp]",
"yaml-workflow",
"serve-mcp",
"--dir",
"{workflow_dir}"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"yaml-workflow": {
"command": "uvx",
"args": [
"--from",
"yaml-workflow[mcp]",
"yaml-workflow",
"serve-mcp",
"--dir",
"{workflow_dir}"
]
}
}
}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.orieg%2Fyaml-workflow)<a href="https://mcptoplist.com/server/io.github.orieg%2Fyaml-workflow"><img src="https://mcptoplist.com/badge/io.github.orieg%2Fyaml-workflow.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
orieg
Other servers by orieg
View all orieg servers →Available versions (3)
| Version | Published |
|---|---|
| 0.9.6 | Aug 17, 2026 |
| 0.9.5 | Aug 17, 2026 |
| 0.9.4 | Aug 15, 2026 |
Frequently asked questions
- Who maintains YAML Workflow?
- YAML Workflow is maintained by orieg, which publishes 2 MCP servers (6 total versions) tracked on MCP Toplist.
- Is YAML Workflow listed on the Official MCP Registry?
- Yes — YAML Workflow is listed on the Official MCP Registry, alongside Glama.
- How many versions does YAML Workflow have?
- MCP Toplist tracks 3 versions of YAML Workflow, most recently published on Aug 17, 2026.
- Where can I find the source code for YAML Workflow?
- The source code for YAML Workflow is hosted at github.com/orieg/yaml-workflow.