YAML Workflow for Claude Desktop
io.github.orieg/yaml-workflow
Expose declarative YAML-defined workflows as MCP tools over stdio
client:Claude Desktop
transport:stdio
runtime:pypi
Install YAML Workflow in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"yaml-workflow": {
"command": "uvx",
"args": [
"yaml-workflow"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs