Skip to content
ai101.tools
navigateopenescclose
Claude+372Whisper+228LangChain+168Codex+223NotebookLM+276DALL-E 3+192DeepL+249n8n+208Topaz Video AI+153LlamaIndex+161
Prefect MCP Server logo
MCP server

Prefect MCP Server

Read-only inspection of Prefect flow runs, deployments and work pools

0
SaveVisit website ↗

Add it to your client

Official
Install
uvx --from prefect-mcp prefect-mcp-server
mcpServers
{
  "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.

Comments(0)

Sign in to comment

No comments yet — be the first.

Similar MCP servers

Report this comment

Why are you reporting this?