cyanheads/workflows-mcp-server
Model Context Protocol server that enables AI agents to discover, create, and execute complex, multi-step workflows defined in simple YAML files. Allow your AI agents to better organize their tool usage and provide a more structured way to handle complex multi-step tasks.
Platform-specific configuration:
{
"mcpServers": {
"workflows-mcp-server": {
"command": "npx",
"args": [
"-y",
"workflows-mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://www.typescriptlang.org/) [](https://modelcontextprotocol.io/) [](./CHANGELOG.md) [](https://opensource.org/licenses/Apache-2.0) [](https://github.com/cyanheads/workflows-mcp-server/issues) [](https://github.com/cyanheads/workflows-mcp-server)
Empower your AI agents with a powerful, declarative workflow engine.
An MCP (Model Context Protocol) server that allows a Large Language Model (LLM) to discover, understand, and execute complex, multi-step workflows defined in simple YAML files.
Built on the `cyanheads/mcp-ts-template`, this server follows a modular architecture with robust error handling, logging, and security features.
This server equips your AI with specialized tools to interact with the workflow engine:
| Tool Name | Description | Key Features | | :-------------------------------------------------------------------------------- | :-------------------------------------------------------------------------- | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Loading reviews...