home / mcp / workflows mcp server

Workflows MCP Server

Orchestrates multiple MCP servers and prompts to create reusable, versioned AI workflows.

Installation
Add the following to your MCP client configuration file.

Configuration

View docs
{
  "mcpServers": {
    "dx-zero-mcpn": {
      "command": "npx",
      "args": [
        "-y",
        "mcpn@latest server"
      ]
    }
  }
}