Prefect MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 3 785 installs a week from pypi.
MCP server for Prefect. Monitor and debug workflows, deployments, and automations.
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.
claude mcp add prefect-mcp-server -- uvx prefect-mcp
{
"mcpServers": {
"prefect-mcp-server": {
"args": [
"prefect-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.prefect-mcp-server]
command = "uvx"
args = ["prefect-mcp"]
{
"mcpServers": {
"prefect-mcp-server": {
"args": [
"prefect-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"prefect-mcp-server": {
"args": [
"prefect-mcp"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.