Prefect MCP Server
Read-only inspection of Prefect flow runs, deployments and work pools
Add it to your client
Officialuvx --from prefect-mcp prefect-mcp-server
{
"mcpServers": {
"prefect-mcp": {
"command": "uvx",
"args": [
"--from",
"prefect-mcp",
"prefect-mcp-server"
]
}
}
}- Transport
- both
- Runtime
- Python
- Auth
- Required
- License
- MIT
- Stars
- 52
Prefect's own server is deliberately read-only: it inspects deployments, flows, flow runs, task runs, work pools and automations, pulls execution logs and events, and proxies Prefect documentation so an assistant can quote current CLI and SDK guidance instead of guessing. That scope makes it a debugging tool — the agent explains why a run failed, and a human decides what to do about it. Prefect Cloud users can attach the hosted endpoint through a client plugin and authorize workspaces over OAuth; self-hosted instances run the same server locally, where stdio mode picks up the active profile from ~/.prefect/profiles.toml or explicit API URL and key variables. The repository states plainly that the project is experimental and its surface may change.
Similar MCP servers
Terraform MCP Server
MCP serverRegistry lookups and HCP Terraform workspace operations for agents.
AWS MCP Servers
MCP serverA large collection of AWS-specific MCP servers, installed one at a time.
GitHub MCP Server
MCP serverGitHub's own server for repos, issues, pull requests and workflow runs
Comments(0)
Sign in to comment