Modern workflow orchestration. Run flows, manage deployments, and monitor execution.
npx -y @prefect/mcp-server-prefect
Add to your Claude Desktop config:
```json
{
"mcpServers": {
"prefect": {
"command": "npx",
"args": ["-y", "@prefect/mcp-server-prefect"]
}
}
}
```
create_taskupdate_recordrun_workflowget_infoModern workflow orchestration. Run flows, manage deployments, and monitor execution.
Language: Python
Category: Productivity