Skip to content
Grok

YAML Workflow for Grok

io.github.orieg/yaml-workflow

Expose declarative YAML-defined workflows as MCP tools over stdio

client:Grok transport:stdio runtime:pypi

Install YAML Workflow in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "yaml-workflow": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "yaml-workflow"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

YAML Workflow in other clients