Short answer: no — Prefect doesn’t ship an MCP server.
What we do have:
- Marvin (Prefect’s AI framework) has experimental support for connecting to MCP servers, so agents can use MCP tools. Docs:
Marvin + MCP guide
- If you want “MCP for Prefect” (e.g., control flows/runs via MCP), you’d need to build/host an MCP server that wraps the Prefect API or Python client. Prefect’s docs:
Prefect Docs. Happy to help sketch that out.
Are you looking to control Prefect via MCP, or to let an agent access external MCP tools while working with Prefect?