Stats
Actions
Tags
From prefect
Connects to Prefect for managing workflows, monitoring flow runs, and interacting with deployments and task runners via the Prefect API.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"prefect": {
"command": "uvx",
"args": [
"--from",
"prefect-mcp",
"prefect-mcp-server"
]
}
}
}Server configuration and connection parameters
uvxCommand-line arguments passed to the server process
First indexed Dec 19, 2025
First indexed Dec 19, 2025
npx claudepluginhub prefecthq/prefect-mcp-server --plugin prefect