mcpbeat Sign in

YAML Workflow MCP Server

local only

YAML Workflow runs on your own machine — the client starts it, so there is no endpoint to ping. 421 installs a week from pypi. Last commit 24 Aug 2026.

Expose declarative YAML-defined workflows as MCP tools over stdio

Installs per day peak 454 · avg 66 · +46% w/w
a month agotoday
421
Installs / week
pypi · yaml-workflow
3
Stars
0 open issues
24 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 13 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

                    self.workflow = yaml.load(f, Loader=get_safe_loader())
    search_pattern = os.path.join(search_path_base, pattern)
Runs an external command src/yaml_workflow/tasks/python_tasks.py:203, src/yaml_workflow/tasks/shell_tasks.py:159, [пакет] src/yaml_workflow/tasks/python_tasks.py:203 и ещё 1
        result = subprocess.run(
Dumps the whole environment src/yaml_workflow/engine.py:328, src/yaml_workflow/tasks/shell_tasks.py:220, [пакет] src/yaml_workflow/engine.py:328 и ещё 1
            "env": dict(os.environ),

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add yaml-workflow -- uvx yaml-workflow
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "yaml-workflow": {
      "args": [
        "yaml-workflow"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.yaml-workflow]
command = "uvx"
args = ["yaml-workflow"]
.cursor/mcp.json
{
  "mcpServers": {
    "yaml-workflow": {
      "args": [
        "yaml-workflow"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "yaml-workflow": {
      "args": [
        "yaml-workflow"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to YAML Workflow

same job, measured the same way
Rails Agent Skills
by igmarin

Rails development skills, docs, and workflows exposed through MCP stdio.

local only
SignNow MCP Server
by signnow

A MCP server that gives AI agents access to SignNow eSignature workflows over STDIO.

403 installs/wk local only
Raycast
by expertvagabond

Raycast workflow automation MCP server with 9 tools

76 installs/wk local only
Slang Workflows
by shofer-dev

Provable, declarative multi-agent workflows for Claude Code (typed .slang, non-LLM executor).

46 installs/wk local only
Llmgraph
by abahocodes

Invoke deployed LLMGraph no-code LLM workflows (chat, RAG, automations) as MCP tools.

64 installs/wk local only
nanoodle
by nanoodlecom

Your saved nanoodle workflow graphs as MCP tools — BYOK or pay per call in Nano (x402)

68 installs/wk 10 tools answering
Teamcity
by daghis

MCP server exposing JetBrains TeamCity CI/CD workflows to AI coding assistants

931 installs/wk local only
C
Server4Agent
by server4agent

Give any MCP-compatible AI assistant a builder for live, hosted web tools and workflows.

answering

YAML Workflow — questions

Answers built from our own checks of this server.

Why is there no uptime for YAML Workflow?
YAML Workflow runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package yaml-workflow was installed 421 times last week.
How do I connect YAML Workflow?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls yaml-workflow straight from pypi; nothing to host, nothing to sign up for.
How many people use YAML Workflow?
The pypi package yaml-workflow was installed 421 times in the last week. Week over week that is +46%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is YAML Workflow open source?
Yes — it is published under the MIT licence, written in Python and 3 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.